* config.guess: Detection of Pentium II for *-sco-3.2v5*.

From-SVN: r20558
This commit is contained in:
Robert Lipe 1998-06-18 09:30:03 +00:00 committed by Robert Lipe
parent 025b3f1485
commit 276d5ee0ca
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
* config.guess: Detection of Pentium II for *-sco-3.2v5*.
Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
* Makefile.in (boostrap2-lean, bootstrap3-lean,

2
config.guess vendored
View File

@ -695,6 +695,8 @@ EOF
(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
&& UNAME_MACHINE=i586
(/bin/uname -X|egrep '^Machine.*PentII' >/dev/null) \
&& UNAME_MACHINE=i686
echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
else
echo ${UNAME_MACHINE}-pc-sysv32