Skip to content

Commit beed554

Browse files
committed
Use -mpwr10 instead of -mpower10 to support AIX assembler
1 parent 3da0ff7 commit beed554

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)