Skip to content

Commit 47da601

Browse files
author
Rajalakshmi Srinivasaraghavan
committed
POWER: Fixing Makefile error
Recent commit d99aad8 added extra `)`. This patch fixes the warning from Makefile.
1 parent d526c43 commit 47da601

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)