summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1994-11-23 21:51:08 +0000
committerRichard Kenner <kenner@gnu.org>1994-11-23 21:51:08 +0000
commit9296007a1666cc78f30c6b0fa987a16a179b99e3 (patch)
treeb5896a2aaf902689813ae4f9a2f61e6f30e99057 /config.guess
parent1095137c14491ecec65d42ed9d58e811e9a10d24 (diff)
downloademacs-9296007a1666cc78f30c6b0fa987a16a179b99e3.tar.gz
Add cases for romp-ibm-aix and romp-ibm-bsd.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index b8507579586..99302d9206f 100755
--- a/config.guess
+++ b/config.guess
@@ -127,6 +127,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:IRIX:*:*)
echo mips-sgi-irix${UNAME_RELEASE}
exit 0 ;;
+ ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
+ echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
+ exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX '
i[34]86:AIX:*:*)
echo i386-ibm-aix
exit 0 ;;
@@ -170,6 +173,9 @@ EOF
*:AIX:*:*)
echo rs6000-ibm-aix
exit 0 ;;
+ ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and 4.4BSD
+ echo romp-ibm-bsd${UNAME_RELEASE} # and 4.3 with uname added to
+ exit 0 ;; # report: romp-ibm BSD 4.3
*:BOSX:*:*)
echo rs6000-bull-bosx
exit 0 ;;