From: Robert Lipe Date: Fri, 23 Oct 1998 21:26:33 +0000 (+0000) Subject: * config.guess: Match any version of Unixware7. X-Git-Tag: prereleases/egcs-1.1.1-pre~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2756c71f1a805af8805baba119e265fdb35722;p=thirdparty%2Fgcc.git * config.guess: Match any version of Unixware7. From-SVN: r23264 --- diff --git a/ChangeLog b/ChangeLog index 77b1fe32d2af..6a24d203a484 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 23 22:24:47 1998 Robert Lipe + + * config.guess: Match any version of Unixware7. + Fri Oct 2 01:29:30 1998 Gerald Pfeifer * README: Remove installation instructions and refer to the diff --git a/config.guess b/config.guess index b7c8f5d16e87..284c7757c83e 100755 --- a/config.guess +++ b/config.guess @@ -679,7 +679,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) \