mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 04:38:22 +12:00
* config.guess (i*:MINGW:*:*): Rename from this ..
(*:MINGW:*:*): .. to this. * testsuite/config-guess.data: Add test cases.
This commit is contained in:
4
config.guess
vendored
4
config.guess
vendored
@ -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*:*)
|
||||
|
Reference in New Issue
Block a user