summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-21 23:39:27 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-21 23:39:27 +0200
commit8f4104e2dd2812677d1881eb51607ef46c6dd839 (patch)
treebc11c55e234adb94e70410b7fdb14d4dcbede85e /configure.in
parent921eb7d1424dc31236f084cc06d705aea3d547f3 (diff)
downloadgmp-8f4104e2dd2812677d1881eb51607ef46c6dd839.tar.gz
* configure.in (powerpc*-*-*): Use ABI=32 instead of ABI=standard for
the default 32-bit ABI. Fixes powerpc64-*-aix* which is documented as choices "aix64 32" but had "aix64 standard".
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 73fed1f14..2e2765258 100644
--- a/configure.in
+++ b/configure.in
@@ -817,6 +817,7 @@ case $host in
powerpc*-*-*)
AC_DEFINE(HAVE_HOST_CPU_FAMILY_powerpc)
HAVE_HOST_CPU_FAMILY_powerpc=1
+ abilist="32"
cclist="gcc cc"
cc_cflags="-O2"
gcc_cflags="-O2 -mpowerpc"