aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-09-29 18:47:30 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-09-29 18:47:30 -0400
commit0f05a13c10cfeae603043c9fadcb3a8a169d112a (patch)
treef38b573d41aa3deb9273c04526f931716d9521a0 /gcc
parent92bd6bdc136bb93536a664e475b4d66b685f1488 (diff)
downloadgcc-0f05a13c10cfeae603043c9fadcb3a8a169d112a.zip
gcc-0f05a13c10cfeae603043c9fadcb3a8a169d112a.tar.gz
gcc-0f05a13c10cfeae603043c9fadcb3a8a169d112a.tar.bz2
(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
above this one now that this is wildcard. From-SVN: r8166
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/config.guess12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 105c103..fc5b336 100755
--- a/gcc/config.guess
+++ b/gcc/config.guess
@@ -256,7 +256,12 @@ EOF
*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux
exit 0 ;;
- i[34]86:UNIX_SV:4.*:* | i[34]86:SYSTEM_V:4.*:*)
+# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
+# are messed up and put the nodename in both sysname and nodename.
+ i[34]86:DYNIX/ptx:4*:*)
+ echo i386-sequent-sysv4
+ exit 0 ;;
+ i[34]86:*:4.*:* | i[34]86:SYSTEM_V:4.*:*)
if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
else
@@ -275,11 +280,6 @@ EOF
echo ${UNAME_MACHINE}-unknown-sysv32
fi
exit 0 ;;
-# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
-# are messed up and put the nodename in both sysname and nodename.
- i[34]86:DYNIX/ptx:4*:*)
- echo i386-sequent-sysv4
- exit 0 ;;
Intel:Mach:3*:*)
echo i386-unknown-mach3
exit 0 ;;