aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@cygnus.com>1998-05-11 22:36:06 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-11 16:36:06 -0600
commit0aadd65786d24e00be1c63b742fecfed10c82591 (patch)
treec3c5d757d5d4dc13ef818b713afb3bdb22a26297 /config.guess
parent337eb77305913eaebb6bbd9e719141b144a6cc40 (diff)
config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32.
* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32. Bring over from devo. From-SVN: r19686
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index e65adcc8178..583439ef06b 100755
--- a/config.guess
+++ b/config.guess
@@ -483,10 +483,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