Skip to content

Commit a7544e1

Browse files
committed
style: reword comment for opensuse/fallback compiler
Signed-off-by: Valentin Dela <[email protected]>
1 parent 7008035 commit a7544e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ else ifeq ($(GOOS),linux)
599599
# CC is required for cross-compiling on Linux.
600600
# On Debian, Ubuntu, and related distributions, compilers are named like x86_64-linux-gnu-gcc
601601
# On Fedora, RHEL, and related distributions, the equivalent is x86_64-redhat-linux-gcc
602-
# On openSUSE and as a generic fallback, we simply use gcc
602+
# On openSUSE and as a generic fallback, gcc is used
603603
CC := $(shell \
604604
if command -v $(call to_uname_m,$(GOARCH))-redhat-linux-gcc >/dev/null 2>&1; then \
605605
echo $(call to_uname_m,$(GOARCH))-redhat-linux-gcc; \

0 commit comments

Comments
 (0)