aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-06-18 09:30:03 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-06-18 09:30:03 +0000
commit276d5ee0ca27b648187650f1bfeb61b345b5f915 (patch)
tree865433f59c45c54f0ecf65752eee01e9acc1e24c
parent025b3f1485cba9e3b61289c141ad223508b64fd3 (diff)
downloadgcc-276d5ee0ca27b648187650f1bfeb61b345b5f915.zip
gcc-276d5ee0ca27b648187650f1bfeb61b345b5f915.tar.gz
gcc-276d5ee0ca27b648187650f1bfeb61b345b5f915.tar.bz2
* config.guess: Detection of Pentium II for *-sco-3.2v5*.
From-SVN: r20558
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.guess2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a5e5ba..c28216c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/config.guess b/config.guess
index 583439ef..865f663 100755
--- a/config.guess
+++ b/config.guess
@@ -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