summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-28 21:35:07 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-28 21:35:07 -0500
commit603d37b28be5e3bf8817ad6cd0e7a877f126a4f0 (patch)
treefbde25a34d83ee70dc9037afea6f85a7009e91c2
parent5d9ecc2b2e3e1923fe3e8fce38143c4a2152e944 (diff)
downloadcryptopp-git-603d37b28be5e3bf8817ad6cd0e7a877f126a4f0.tar.gz
Fix type for XLC features ladder
-rwxr-xr-xGNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6f12601a..50d3624c 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -609,9 +609,9 @@ ifeq ($(DETECT_FEATURES),1)
POWER9_FLAG = -qarch=pwr9 -qaltivec
POWER8_FLAG = -qarch=pwr8 -qaltivec
POWER7_FLAG = -qarch=pwr7 -qaltivec
- POWER9_FLAG = -qarch=pwr6 -qaltivec
- POWER8_FLAG = -qarch=pwr5 -qaltivec
- POWER7_FLAG = -qarch=pwr4 -qaltivec
+ POWER6_FLAG = -qarch=pwr6 -qaltivec
+ POWER5_FLAG = -qarch=pwr5 -qaltivec
+ POWER4_FLAG = -qarch=pwr4 -qaltivec
ALTIVEC_FLAG = -qaltivec
else
POWER9_FLAG = -mcpu=power9 -maltivec