]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.guess: Improve detection of i686 on UnixWare 7.
authorJeffrey A Law <law@cygnus.com>
Sat, 13 Feb 1999 11:04:45 +0000 (11:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 13 Feb 1999 11:04:45 +0000 (04:04 -0700)
        Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
        * config.guess: Improve detection of i686 on UnixWare 7.

From-SVN: r25177

ChangeLog
config.guess

index a63c78ab85aae27e09d48a22ecc364e3eeeb23a3..0e6fda51a592158c1bc815235c0103c8fc2144d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 13 12:03:28 1999  Jeffrey A Law  (law@cygnus.com)
+
+       Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
+       * config.guess: Improve detection of i686 on UnixWare 7.
+
 Wed Dec  2 01:44:03 1998  Jeffrey A Law  (law@cygnus.com)
 
        * egcs-1.1.1 Released.
index 284c7757c83e507a9952b12b661787b12501bc5d..b027fa2dc28c75fe24433dc85d0c1cc12b0d7158 100755 (executable)
@@ -684,7 +684,7 @@ 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) \
+       (/bin/uname -X|egrep '^Machine.*Pent.*II' >/dev/null) \
                && UNAME_MACHINE=i686
        (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
                && UNAME_MACHINE=i686