aboutsummaryrefslogtreecommitdiffstats
path: root/support/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'support/config.guess')
-rwxr-xr-xsupport/config.guess5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/config.guess b/support/config.guess
index 0e11ad8..2f152ff 100755
--- a/support/config.guess
+++ b/support/config.guess
@@ -737,6 +737,11 @@ EOF
i?86:DYNIX/ptx:4*:*)
echo i386-sequent-sysv4
exit 0 ;;
+# added by chet for bash based on usenet posting from <hops@sco.com> and
+# documentation on SCO's web site -- UnixWare 7 (SVR5)
+ i?86:UnixWare:5*:*)
+ echo ${UNAME_MACHINE}-pc-sysv5uw${UNAME_VERSION}
+ 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...