From beed554ae5408ce7d87ccf458f5dc56242704396 Mon Sep 17 00:00:00 2001 From: Ayappan Perumal Date: Sun, 10 May 2026 22:25:03 -0500 Subject: [PATCH] Use -mpwr10 instead of -mpower10 to support AIX assembler --- Makefile.power | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)