summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1994-10-18 23:26:27 +0000
committerRichard Kenner <kenner@gnu.org>1994-10-18 23:26:27 +0000
commit8593feb616349b9c83022ce911bdea4df4031ab2 (patch)
tree54e1fddaf2786f932f85ed5779c2bb19f3534ae9 /config.guess
parentc9ed66f41f21730103554ee2a9f29856bdc0e7fb (diff)
downloademacs-8593feb616349b9c83022ce911bdea4df4031ab2.tar.gz
Revise support for AIX 4.1 on POWER and PowerPC.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess14
1 files changed, 11 insertions, 3 deletions
diff --git a/config.guess b/config.guess
index daae8ac0008..d3fb06986a5 100755
--- a/config.guess
+++ b/config.guess
@@ -147,12 +147,20 @@ EOF
echo rs6000-ibm-aix3.2
fi
exit 0 ;;
- *:AIX:1:4)
+ *:AIX:*:4)
if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then
- echo rs6000-ibm-aix4.1
+ IBM_ARCH=rs6000
else
- echo powerpc-ibm-aix4.1
+ IBM_ARCH=powerpc
fi
+ if grep bos410 /usr/include/stdio.h >/dev/null 2>&1; then
+ IBM_REV=4.1
+ elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then
+ IBM_REV=4.1.1
+ else
+ IBM_REV=4
+ fi
+ echo ${IBM_ARCH}-ibm-aix${IBM_REV}
exit 0 ;;
*:AIX:*:*)
echo rs6000-ibm-aix