Skip to content

Commit 693e22f

Browse files
authored
Merge pull request #5804 from ayappanec/fix-aix-pwr10
Use -mpwr10 instead of -mpower10 to support AIX assembler
2 parents 125d79c + beed554 commit 693e22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.power

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif
111111
endif
112112

113113
ifeq ($(C_COMPILER), CLANG)
114-
CCOMMON_OPT += -fno-integrated-as -Wa,-mpower10
114+
CCOMMON_OPT += -fno-integrated-as -Wa,-mpwr10
115115
endif
116116
# workaround for C->FORTRAN ABI violation in LAPACKE
117117
ifeq ($(F_COMPILER), GFORTRAN)

0 commit comments

Comments
 (0)