From 266f16548395a7906adbcca809cf126cee8364aa Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 23 Feb 2006 04:27:24 +0000 Subject: [PATCH] * config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw. * testsuite/config-guess.data: Add test case. --- ChangeLog | 5 +++++ config.guess | 5 ++++- testsuite/config-guess.data | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea0db92..6bea78f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-23 Ben Elliston + + * config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw. + * testsuite/config-guess.data: Add test case. + 2006-01-30 Ralf Wildenhues * config.guess: Don't use semicolons to separate sed commands, as diff --git a/config.guess b/config.guess index fb25fa4..37c1d10 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 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 # under the terms of the GNU General Public License as published by @@ -780,6 +780,9 @@ 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 diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 57d7335..0f3830d 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -19,3 +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-mingw