We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67f39ad + c5e62da commit 60b22e3Copy full SHA for 60b22e3
Makefile.system
@@ -319,6 +319,7 @@ ifeq ($(GCCVERSIONGTEQ7),1)
319
else
320
GCCDUMPVERSION_PARAM := -dumpversion
321
endif
322
+GCCMINORVERSIONGTEQ1 := $(shell expr `$(CC) $(GCCDUMPVERSION_PARAM) | cut -f2 -d.` \>= 1)
323
GCCMINORVERSIONGTEQ2 := $(shell expr `$(CC) $(GCCDUMPVERSION_PARAM) | cut -f2 -d.` \>= 2)
324
GCCMINORVERSIONGTEQ7 := $(shell expr `$(CC) $(GCCDUMPVERSION_PARAM) | cut -f2 -d.` \>= 7)
325
0 commit comments