From 276d5ee0ca27b648187650f1bfeb61b345b5f915 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Thu, 18 Jun 1998 09:30:03 +0000 Subject: [PATCH] * config.guess: Detection of Pentium II for *-sco-3.2v5*. From-SVN: r20558 --- ChangeLog | 4 ++++ config.guess | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a5e5baf109..c28216cc80d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 18 11:26:03 1998 Robert Lipe + + * config.guess: Detection of Pentium II for *-sco-3.2v5*. + Sat May 23 23:44:13 1998 Alexandre Oliva * Makefile.in (boostrap2-lean, bootstrap3-lean, diff --git a/config.guess b/config.guess index 583439ef06b..865f663de50 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 -- 2.30.2