* config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
authorIan Lance Taylor <ian@airs.com>
Wed, 26 May 1993 23:35:19 +0000 (23:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 26 May 1993 23:35:19 +0000 (23:35 +0000)
the processor rather than assuming i486.

ChangeLog
config.guess

index e388969..be4f19a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
+       the processor rather than assuming i486.
+
 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config.guess: Recognize SunOS6 as Solaris3.
index c2641df..7693163 100755 (executable)
@@ -113,7 +113,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
        echo ${UNAME_MACHINE}-unknown-linux
        exit 0 ;;
     i[34]86:UNIX_SV:4.*:*)
-       echo i486-unknown-sysv4
+       echo ${UNAME_MACHINE}-unknown-sysv4
        exit 0 ;;
     i[34]86:*:3.2:*)
        if /bin/uname -X 2>/dev/null >/dev/null ; then