mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
Reported by Kulkin Alexey <kulkin@yandex.ru>:
* config.guess (x86_64:CYGWIN*:*:*): New case. * testsuite/config-guess.data: Add test case.
This commit is contained in:
parent
e9ce662671
commit
f3eed7f33b
@ -1,3 +1,9 @@
|
||||
2005-08-03 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Reported by Kulkin Alexey <kulkin@yandex.ru>:
|
||||
* config.guess (x86_64:CYGWIN*:*:*): New case.
|
||||
* testsuite/config-guess.data: Add test case.
|
||||
|
||||
2005-07-14 Robert Millan <robertmh@gnu.org>
|
||||
|
||||
* config.guess (or32:Linux:*:*): Detect.
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -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*:*)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user