POWER: Fixing Makefile error
Recent commit d99aad8ee3
added
extra `)`. This patch fixes the warning from Makefile.
This commit is contained in:
parent
d526c4306f
commit
47da601a2d
|
@ -11,7 +11,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(CORE), POWER10)
|
ifeq ($(CORE), POWER10)
|
||||||
ifneq ($(C_COMPILER), PGI)
|
ifneq ($(C_COMPILER), PGI)
|
||||||
ifeq ($(C_COMPILER), GCC))
|
ifeq ($(C_COMPILER), GCC)
|
||||||
ifeq ($(GCCVERSIONGTEQ10), 1)
|
ifeq ($(GCCVERSIONGTEQ10), 1)
|
||||||
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
|
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
|
||||||
else ifneq ($(GCCVERSIONGT4), 1)
|
else ifneq ($(GCCVERSIONGT4), 1)
|
||||||
|
|
Loading…
Reference in New Issue