* config.guess: Recognize Pentium under SCO.

This commit is contained in:
Per Bothner 1995-11-30 21:59:48 +00:00
parent b2518f55c0
commit 8e2e98a2a9
1 changed files with 2 additions and 0 deletions

2
config.guess vendored
View File

@ -368,6 +368,8 @@ EOF
elif /bin/uname -X 2>/dev/null >/dev/null ; then
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) \
&& UNAME_MACHINE=i586
echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL
else
echo ${UNAME_MACHINE}-unknown-sysv32