* config.guess: Match any version of Unixware7.
authorRobert Lipe <robertl@dgii.com>
Thu, 22 Oct 1998 08:57:09 +0000 (08:57 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Thu, 22 Oct 1998 08:57:09 +0000 (08:57 +0000)
From-SVN: r23217

ChangeLog
config.guess

index 9b3028d611c93acab6eb7a7f776b6982e7abb9b0..7da213feef9dffe53de069b828cd6da2619f500c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
+
+       * config.guess: Match any version of Unixware7.
+
 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
 
        * config.if (cxx_interface, libstdcxx_interface): Do not try to set
index 500098f14a156d695792e1e8bcafc72928936677..7e263e04aee152892d1ac3054f52fa39435a7661 100755 (executable)
@@ -688,7 +688,7 @@ EOF
                echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
        fi
        exit 0 ;;
-    i?86:*:5:7)
+    i?86:*:5:7*)
        UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
        (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
        (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \