mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +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:
parent
28802bac25
commit
5280f7c33a
@ -1,3 +1,12 @@
|
||||
2006-03-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
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.
|
||||
|
||||
2006-03-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* config.sub (sheb, sheb-*): Handle these in addition to shbe.
|
||||
|
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
|
||||
|
@ -19,5 +19,4 @@ i586 ignored rdos ignored i586-pc-rdos
|
||||
pc98 7.0 FreeBSD ignored i386-unknown-freebsd7.0
|
||||
i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0
|
||||
i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu
|
||||
i686 1.0.10(0.46/3/2) MSYS_NT-5.1 ignored i686-pc-mingw32
|
||||
EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user