aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1997-07-07 08:40:20 +0000
committerRichard Stallman <rms@gnu.org>1997-07-07 08:40:20 +0000
commit766e6d2dbe82c22383b9b204ed5ffe0f13bdfbab (patch)
treeb55a99171b29897bed41c91e24752147ed3278f8
parent28517aa476433712071152ba02bdd1341ad7d3b9 (diff)
downloadgcc-766e6d2dbe82c22383b9b204ed5ffe0f13bdfbab.zip
gcc-766e6d2dbe82c22383b9b204ed5ffe0f13bdfbab.tar.gz
gcc-766e6d2dbe82c22383b9b204ed5ffe0f13bdfbab.tar.bz2
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
From-SVN: r14397
-rwxr-xr-xgcc/config.guess8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 6cbbe8c..1a1d31f 100755
--- a/gcc/config.guess
+++ b/gcc/config.guess
@@ -520,6 +520,14 @@ EOF
i?86:DYNIX/ptx:4*:*)
echo i386-sequent-sysv4
exit 0 ;;
+ i?86:UNIX_SV:4.2MP:2.*)
+ # Unixware is an offshoot of SVR4, but it has its own version
+ # number series starting with 2...
+ # I am not positive that other SVR4 systems won't match this,
+ # I just have to hope. -- rms.
+ # Use sysv4.2uw... so that sysv4* matches it.
+ echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
+ exit 0 ;;
i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*)
if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}