* config.guess (i*:MINGW:*:*): Rename from this ..

(*:MINGW:*:*): .. to this.
	* testsuite/config-guess.data: Add test cases.
This commit is contained in:
Ben Elliston 2006-12-22 01:02:29 +00:00
parent 02eb90e431
commit 2c15ccb3d9
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-12-22 Ben Elliston <bje@gnu.org>
* config.guess (i*:MINGW:*:*): Rename from this ..
(*:MINGW:*:*): .. to this.
* testsuite/config-guess.data: Add test cases.
2006-12-08 Bob Wilson <bob.wilson@acm.org> 2006-12-08 Bob Wilson <bob.wilson@acm.org>
* config.guess (xtensa:Linux:*:*): New. * config.guess (xtensa:Linux:*:*): New.

4
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc. # Inc.
timestamp='2006-12-08' timestamp='2006-12-22'
# This file is free software; you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License as published by
@ -781,7 +781,7 @@ EOF
i*:CYGWIN*:*) i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin echo ${UNAME_MACHINE}-pc-cygwin
exit ;; exit ;;
i*:MINGW*:*) *:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32 echo ${UNAME_MACHINE}-pc-mingw32
exit ;; exit ;;
i*:windows32*:*) i*:windows32*:*)

View File

@ -28,3 +28,5 @@ authenticamd 6.0 Interix ignored x86_64-unknown-interix6.0
SX-8 1.0 SUPER-UX ignored sx8-nec-superux1.0 SX-8 1.0 SUPER-UX ignored sx8-nec-superux1.0
SX-7 1.0 SUPER-UX ignored sx7-nec-superux1.0 SX-7 1.0 SUPER-UX ignored sx7-nec-superux1.0
xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu
x86_64 1.0 MINGW ignored x86_64-pc-mingw32
i386 1.0 MINGW ignored i386-pc-mingw32