From 39ebcbe1fbecf9469ffe3147286e0a93904550b8 Mon Sep 17 00:00:00 2001 From: robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 22 Oct 1998 08:57:09 +0000 Subject: [PATCH] * config.guess: Match any version of Unixware7. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23217 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ config.guess | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b3028d611c9..7da213feef9d 100644 --- 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 diff --git a/config.guess b/config.guess index 500098f14a15..7e263e04aee1 100755 --- a/config.guess +++ b/config.guess @@ -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) \ -- GitLab