From f3eed7f33b84f41c94ff9ed683fd97af47ea592c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 3 Aug 2005 01:12:40 +0000 Subject: [PATCH] Reported by Kulkin Alexey : * config.guess (x86_64:CYGWIN*:*:*): New case. * testsuite/config-guess.data: Add test case. --- ChangeLog | 6 ++++++ config.guess | 4 ++-- testsuite/config-guess.data | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba5cf09..91fb105 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-03 Ben Elliston + + Reported by Kulkin Alexey : + * config.guess (x86_64:CYGWIN*:*:*): New case. + * testsuite/config-guess.data: Add test case. + 2005-07-14 Robert Millan * config.guess (or32:Linux:*:*): Detect. diff --git a/config.guess b/config.guess index 480b123..ad5281e 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='2005-07-08' +timestamp='2005-08-03' # 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 @@ -794,7 +794,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index c9fdc64..ecf58ea 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -11,3 +11,4 @@ arm ignored riscos ignored arm-unknown-riscos i586 5.0.0 skyos ignored i586-pc-skyos5.0.0 i786-pc ignored windows32 ignored i786-pc-mingw32 or32 ignored Linux ignored or32-unknown-linux-gnu +x86_64 1.5.18(0.132/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin