Commit 46852f59 by Per Bothner

* config.guess: Recognize Pentium under SCO.

From-SVN: r10652
parent 933c3ba3
...@@ -368,6 +368,8 @@ EOF ...@@ -368,6 +368,8 @@ EOF
elif /bin/uname -X 2>/dev/null >/dev/null ; then elif /bin/uname -X 2>/dev/null >/dev/null ; then
UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 (/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 echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL
else else
echo ${UNAME_MACHINE}-unknown-sysv32 echo ${UNAME_MACHINE}-unknown-sysv32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment