summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-13 22:56:51 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-13 22:56:51 +0100
commite458546c0df3f254fb40920c68360430d37a96d0 (patch)
treefe5b7a32d7c2fcc5355de3f7b22e538885f1bb75 /configure.in
parentd8d00604b29d8fc0380b8c4c6f82a04ec497c3ec (diff)
downloadgmp-e458546c0df3f254fb40920c68360430d37a96d0.tar.gz
(power*-*-aix*, not powerpc): Use aix.m4, don't run
GMP_ASM_POWERPC_R_REGISTERS or use powerpc-defs.m4.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 7c9f10d78..0a6814cfb 100644
--- a/configure.in
+++ b/configure.in
@@ -1820,7 +1820,7 @@ if test "$gmp_asm_syntax_testing" != no; then
GMP_ASM_M68K_ADDRESSING
GMP_ASM_M68K_BRANCHES
;;
- power*-*-*)
+ powerpc*-*-*)
GMP_ASM_POWERPC_R_REGISTERS
GMP_INCLUDE_MPN(powerpc32/powerpc-defs.m4)
case $host in
@@ -1832,7 +1832,9 @@ if test "$gmp_asm_syntax_testing" != no; then
;;
esac
;;
-
+ power*-*-aix*)
+ GMP_INCLUDE_MPN(powerpc32/aix.m4)
+ ;;
X86_PATTERN)
GMP_ASM_ALIGN_FILL_0x90
GMP_ASM_X86_SHLDL_CL