summaryrefslogtreecommitdiff
path: root/Master/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'Master/config.guess')
-rwxr-xr-xMaster/config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/config.guess b/Master/config.guess
index 2b03b482280..1a695461e6a 100755
--- a/Master/config.guess
+++ b/Master/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-12-08'
+timestamp='2006-12-22'
# 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
@@ -781,7 +781,7 @@ EOF
i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit ;;
- i*:MINGW*:*)
+ *:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
i*:windows32*:*)