* config.guess (amd64:CYGWIN*:*:*): New.

* testsuite/config-sub.data: Add amd64-cygwin, x86_64-cygwin.
	* testsuite/config-guess.data: Add x86_64-unknown-cygwin test.
This commit is contained in:
Ben Elliston
2005-02-10 03:37:55 +00:00
parent 5546e13820
commit 64c794e628
4 changed files with 16 additions and 5 deletions

3
config.guess vendored
View File

@ -804,6 +804,9 @@ EOF
i*:UWIN*:*)
echo ${UNAME_MACHINE}-pc-uwin
exit 0 ;;
amd64:CYGWIN*:*:*)
echo x86_64-unknown-cygwin
exit 0 ;;
p*:CYGWIN*:*)
echo powerpcle-unknown-cygwin
exit 0 ;;