mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 18:46:38 +12:00
* config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw.
* testsuite/config-guess.data: Add test case.
This commit is contained in:
parent
862e704b14
commit
266f165483
@ -1,3 +1,8 @@
|
|||||||
|
2006-02-23 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw.
|
||||||
|
* testsuite/config-guess.data: Add test case.
|
||||||
|
|
||||||
2006-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2006-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* config.guess: Don't use semicolons to separate sed commands, as
|
* config.guess: Don't use semicolons to separate sed commands, as
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2006-01-30'
|
timestamp='2006-02-23'
|
||||||
|
|
||||||
# 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
|
||||||
@ -780,6 +780,9 @@ EOF
|
|||||||
i*:MINGW*:*)
|
i*:MINGW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-mingw32
|
echo ${UNAME_MACHINE}-pc-mingw32
|
||||||
exit ;;
|
exit ;;
|
||||||
|
i*:MSYS_NT-*:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-pc-mingw32
|
||||||
|
exit ;;
|
||||||
i*:windows32*:*)
|
i*:windows32*:*)
|
||||||
# uname -m includes "-pc" on this system.
|
# uname -m includes "-pc" on this system.
|
||||||
echo ${UNAME_MACHINE}-mingw32
|
echo ${UNAME_MACHINE}-mingw32
|
||||||
|
@ -19,3 +19,4 @@ i586 ignored rdos ignored i586-pc-rdos
|
|||||||
pc98 7.0 FreeBSD ignored i386-unknown-freebsd7.0
|
pc98 7.0 FreeBSD ignored i386-unknown-freebsd7.0
|
||||||
i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0
|
i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0
|
||||||
i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu
|
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-mingw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user