aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-10-22 08:57:09 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-10-22 08:57:09 +0000
commitd2ec8b393ca95d1acae7f53b1c3a4590ad74a86c (patch)
tree41825055a29d11ba0d9a50d90c5cbd24070d37bc /config.guess
parent79654235e20ed957f404a6b5c35386a0f1039fdb (diff)
downloadgcc-d2ec8b393ca95d1acae7f53b1c3a4590ad74a86c.zip
gcc-d2ec8b393ca95d1acae7f53b1c3a4590ad74a86c.tar.gz
gcc-d2ec8b393ca95d1acae7f53b1c3a4590ad74a86c.tar.bz2
* config.guess: Match any version of Unixware7.
From-SVN: r23217
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 500098f..7e263e0 100755
--- a/config.guess
+++ b/config.guess
@@ -688,7 +688,7 @@ EOF
echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
fi
exit 0 ;;
- i?86:*:5:7)
+ i?86:*:5:7*)
UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \