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.
1 parent eddc65c commit 1a0f57cCopy full SHA for 1a0f57c
Makefile.system
@@ -649,7 +649,7 @@ DYNAMIC_CORE += POWER9
649
else
650
$(info, OpenBLAS: Your gcc version is too old to build the POWER9 kernels.)
651
endif
652
-LDVERSIONGTEQ35 := $(shell expr ld --version | head -1 | cut -f2 -d "." | cut -f1 -d "-" >= 35)
+LDVERSIONGTEQ35 := $(shell expr `ld --version | head -1 | cut -f2 -d "." | cut -f1 -d "-"` >= 35)
653
ifeq ($(GCCVERSIONGTEQ11)$(LDVERSIONGTEQ35), 11)
654
DYNAMIC_CORE += POWER10
655
CCOMMON_OPT += -DHAVE_P10_SUPPORT
0 commit comments