Skip to content

Commit a938e48

Browse files
authored
Merge pull request #4334 from RajalakshmiSR/Makefile_power
POWER: Fixing Makefile error
2 parents d526c43 + 47da601 commit a938e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.power

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111

1212
ifeq ($(CORE), POWER10)
1313
ifneq ($(C_COMPILER), PGI)
14-
ifeq ($(C_COMPILER), GCC))
14+
ifeq ($(C_COMPILER), GCC)
1515
ifeq ($(GCCVERSIONGTEQ10), 1)
1616
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
1717
else ifneq ($(GCCVERSIONGT4), 1)

0 commit comments

Comments
 (0)