From a5fd02512d9ab913f6fe2c76ceb139857ece420d Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 1 Jun 2009 08:32:27 +1000 Subject: [PATCH] Reported by bob.strahan@hp.com. * config.guess (8664:Windows_NT:*): MKS on x86-64 machines. * testsuite/config-guess.data: Add a test case. --- ChangeLog | 6 ++++++ config.guess | 5 ++++- testsuite/config-guess.data | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55e02df..63be8ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-01 Ben Elliston + + Reported by bob.strahan@hp.com. + * config.guess (8664:Windows_NT:*): MKS on x86-64 machines. + * testsuite/config-guess.data: Add a test case. + 2009-04-27 Neale Ferguson Ben Elliston diff --git a/config.guess b/config.guess index da83314..35888aa 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2009-04-27' +timestamp='2009-05-31' # 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 @@ -822,6 +822,9 @@ EOF [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 63999eb..a4ad01e 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -42,3 +42,4 @@ i686 5.11-686 GNU/kOpenSolaris ignored i686-unknown-kopensolaris5.11-gnu i386 12.1 AROS ignored i386-pc-aros pc 1.0 ignored ignored i586-pc-msdosdjgpp s390x 5.6 SunOS ignored s390x-ibm-solaris2.6 +8664 1.0 Windows_NT ignored x86_64-pc-mks