diff --git a/Makefile.power b/Makefile.power index 6c5b556de1..418b784ac0 100644 --- a/Makefile.power +++ b/Makefile.power @@ -111,7 +111,7 @@ endif endif ifeq ($(C_COMPILER), CLANG) -CCOMMON_OPT += -fno-integrated-as -Wa,-mpower10 +CCOMMON_OPT += -fno-integrated-as -Wa,-mpwr10 endif # workaround for C->FORTRAN ABI violation in LAPACKE ifeq ($(F_COMPILER), GFORTRAN)