mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-04 20:28:21 +12:00
Revert these patches at Earnie Boyd's request:
* testsuite/config-guess.data: Tweak MSYS_NT-5.1 test. * config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw. * testsuite/config-guess.data: Add test case.
This commit is contained in:
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||
# Inc.
|
||||
|
||||
timestamp='2006-02-27'
|
||||
timestamp='2006-03-13'
|
||||
|
||||
# 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,9 +781,6 @@ EOF
|
||||
i*:MINGW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
i*:MSYS_NT-*:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
i*:windows32*:*)
|
||||
# uname -m includes "-pc" on this system.
|
||||
echo ${UNAME_MACHINE}-mingw32
|
||||
|
Reference in New Issue
Block a user