summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-05-21 22:00:39 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-05-21 22:00:39 -0700
commit4f4ec76fd68d21c3d3838f5f10e242a884598c40 (patch)
tree7f5bba96be2bf67382394307d71ea93242c9686c /configure.ac
parentfb4ca8417a1fc7a39d36162a80647063aadb0b41 (diff)
downloademacs-4f4ec76fd68d21c3d3838f5f10e242a884598c40.tar.gz
Fix port to 32-bit AIX.
* configure.ac (opsys): On Power Architecture, treat release 7 of AIX like releases 5 and 6. * src/unexaix.c (copy_text_and_data): Don't add text_scnptr to ptr twice. _text already includes this offset. (unrelocate_symbols): Don't cast 64-bit integer to pointer. Fixes: debbugs:17540
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a29c786d63b..0f4351fcd5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -550,7 +550,7 @@ case "${canonical}" in
rs6000-ibm-aix[56]* )
opsys=aix4-2
;;
- powerpc-ibm-aix[56]* )
+ powerpc-ibm-aix[5-9]* | powerpc-ibm-aix[1-9][0-9]* )
opsys=aix4-2
;;