Fixing syntax error in makefile

Fixing syntax issue in Makefile.power added by recent commit
af19cda65a
This commit is contained in:
Rajalakshmi Srinivasaraghavan 2021-09-08 07:04:13 -05:00
parent a6ed4f0d37
commit 7f4aa106f2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ endif
ifeq ($(CORE), POWER10)
ifneq ($(C_COMPILER), PGI)
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
ifeq ($(F_COMPILER, IBM)
ifeq ($(F_COMPILER), IBM)
FCOMMON_OPT += -O2 -qrecur -qnosave
else
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math