summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-01-22 04:29:04 +0100
committertege <tege@gmplib.org>2006-01-22 04:29:04 +0100
commitfd9991f4310a66c952e37a6b714c51febe156560 (patch)
treeec16a5c2ef5cc76dd5d47ba42ce426483b277515 /configure.in
parent8ad44e93bfde41db79d5f6a5e6fcc5b55ccf19b2 (diff)
downloadgmp-fd9991f4310a66c952e37a6b714c51febe156560.tar.gz
Generalize OS-dependent patterns for powerpcs.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index ed4b90a53..2fbc358ac 100644
--- a/configure.in
+++ b/configure.in
@@ -2906,19 +2906,19 @@ if test "$gmp_asm_syntax_testing" != no; then
GMP_ASM_POWERPC_R_REGISTERS
GMP_INCLUDE_MPN(powerpc32/powerpc-defs.m4)
case $host in
- powerpc*-*-aix*)
+ *-*-aix*)
case $ABI in
64 | aix64) GMP_INCLUDE_MPN(powerpc64/aix.m4) ;;
*) GMP_INCLUDE_MPN(powerpc32/aix.m4) ;;
esac
;;
- powerpc*-*-linux*)
+ *-*-linux*)
case $ABI in
mode64) GMP_INCLUDE_MPN(powerpc64/linux64.m4) ;;
mode32 | 32) GMP_INCLUDE_MPN(powerpc32/linux.m4) ;;
esac
;;
- powerpc*-*-darwin*)
+ *-*-darwin*)
case $ABI in
mode64) GMP_INCLUDE_MPN(powerpc64/darwin.m4) ;;
32) GMP_INCLUDE_MPN(powerpc32/darwin.m4) ;;