]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.guess: Detection of Pentium II for *-sco-3.2v5*.
authorRobert Lipe <robertl@dgii.com>
Thu, 18 Jun 1998 09:30:03 +0000 (09:30 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Thu, 18 Jun 1998 09:30:03 +0000 (09:30 +0000)
From-SVN: r20558

ChangeLog
config.guess

index 9a5e5baf109c8b1f7f6617fa757bbd267521c9a0..c28216cc80d2cd07b98aedceb51746ec94b92fc2 100644 (file)
--- 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,
index 583439ef06b83aef720c3fde8735b0cf01a844bd..865f663de50366441fae5a0926800e8619f8da0a 100755 (executable)
@@ -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