We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 454edd7 + 7b5b930 commit 84125e4Copy full SHA for 84125e4
1 file changed
Makefile.system
@@ -15,7 +15,7 @@ ifeq ($(HOSTARCH), amd64)
15
HOSTARCH=x86_64
16
endif
17
18
-HAVE_GAS := $(shell as -v < /dev/null 2>&1 | grep GNU 2>&1 >/dev/null)
+HAVE_GAS := $(shell as -v < /dev/null 2>&1 | grep GNU 2>&1 >/dev/null ; echo $$?)
19
20
# Catch conflicting usage of ARCH in some BSD environments
21
ifeq ($(ARCH), amd64)
0 commit comments