Merge pull request #4334 from RajalakshmiSR/Makefile_power

POWER: Fixing Makefile error
This commit is contained in:
Martin Kroeker
2023-11-21 10:24:25 +01:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ endif
ifeq ($(CORE), POWER10)
ifneq ($(C_COMPILER), PGI)
ifeq ($(C_COMPILER), GCC))
ifeq ($(C_COMPILER), GCC)
ifeq ($(GCCVERSIONGTEQ10), 1)
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
else ifneq ($(GCCVERSIONGT4), 1)