]> code.delx.au - gnu-emacs/commitdiff
Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32.
authorIan Lance Taylor <ian@cygnus.com>
Wed, 28 Jan 1998 18:01:29 +0000 (18:01 +0000)
committerIan Lance Taylor <ian@cygnus.com>
Wed, 28 Jan 1998 18:01:29 +0000 (18:01 +0000)
config.guess

index 413ed41c0f531d99735a9d894bda6b9dea887e5d..b4bd35d6c2a3f60451762db768e89df787b277f1 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+#   Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -478,10 +478,10 @@ EOF
        echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
        exit 0 ;;
     i*:CYGWIN*:*)
-       echo i386-pc-cygwin32
+       echo ${UNAME_MACHINE}-pc-cygwin32
        exit 0 ;;
     i*:MINGW*:*)
-       echo i386-pc-mingw32
+       echo ${UNAME_MACHINE}-pc-mingw32
        exit 0 ;;
     p*:CYGWIN*:*)
        echo powerpcle-unknown-cygwin32