summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-03 22:46:05 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-03 22:46:05 +0000
commit7aa0c6d3516060972183199a9eeb9e6e6117b1be (patch)
tree14d1523977f77a30c0c5c2837ac25db9f36bf704 /configure1.in
parenta6ca97c039fadc0e42ef735e1c115e135710c4a9 (diff)
downloademacs-7aa0c6d3516060972183199a9eeb9e6e6117b1be.tar.gz
(powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5*)
(powerpc-ibm-aix*): New aliases.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure1.in b/configure1.in
index 6483a4fe054..d2c4870de45 100755
--- a/configure1.in
+++ b/configure1.in
@@ -735,13 +735,13 @@ case "${canonical}" in
i370-ibm-aix*)
machine=ibm370aix opsys=usg5-3
;;
- rs6000-ibm-aix3.1* )
+ rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
machine=ibmrs6000 opsys=aix3-1
;;
- rs6000-ibm-aix3.2.5)
+ rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
machine=ibmrs6000 opsys=aix3-2-5
;;
- rs6000-ibm-aix3.2* | rs6000-ibm-aix* )
+ rs6000-ibm-aix* | powerpc-ibm-aix* )
machine=ibmrs6000 opsys=aix3-2
;;
romp-ibm-bsd4.3* )