From: Jeff Law Date: Tue, 8 Sep 1998 22:10:06 +0000 (-0600) Subject: config.guess: Correctly identify Pentium II sco boxes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4746e092cc59e722474ff6e87db5172276717660;p=gcc.git config.guess: Correctly identify Pentium II sco boxes. 8 * config.guess: Correctly identify Pentium II sco boxes. From-SVN: r22338 --- diff --git a/config.guess b/config.guess index 6c6e57e51b0..da051c6e145 100755 --- a/config.guess +++ b/config.guess @@ -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