config.guess: Correctly identify Pentium II sco boxes.

8
        * config.guess: Correctly identify Pentium II sco boxes.

From-SVN: r22338
This commit is contained in:
Jeff Law 1998-09-08 16:10:06 -06:00
parent 2c8ec9a23a
commit 4746e092cc
1 changed files with 4 additions and 0 deletions

4
config.guess vendored
View File

@ -689,6 +689,8 @@ EOF
&& UNAME_MACHINE=i586
(/bin/uname -X|egrep '^Machine.*PentII' >/dev/null) \
&& UNAME_MACHINE=i686
(/bin/uname -X|egrep '^Machine.*Pent II' >/dev/null) \
&& UNAME_MACHINE=i686
(/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
&& UNAME_MACHINE=i686
echo ${UNAME_MACHINE}-${UNAME_SYSTEM}${UNAME_VERSION}-sysv${UNAME_RELEASE}
@ -704,6 +706,8 @@ EOF
&& UNAME_MACHINE=i586
(/bin/uname -X|egrep '^Machine.*PentII' >/dev/null) \
&& UNAME_MACHINE=i686
(/bin/uname -X|egrep '^Machine.*Pent II' >/dev/null) \
&& UNAME_MACHINE=i686
(/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
&& UNAME_MACHINE=i686
echo ${UNAME_MACHINE}-pc-sco$UNAME_REL