mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Reported by bob.strahan@hp.com.
* config.guess (8664:Windows_NT:*): MKS on x86-64 machines. * testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
93b5037172
commit
a5fd02512d
@ -1,3 +1,9 @@
|
|||||||
|
2009-06-01 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
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 <neale@sinenomine.net>
|
2009-04-27 Neale Ferguson <neale@sinenomine.net>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
# 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
|
# 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:*)
|
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
|
||||||
echo i${UNAME_MACHINE}-pc-mks
|
echo i${UNAME_MACHINE}-pc-mks
|
||||||
exit ;;
|
exit ;;
|
||||||
|
8664:Windows_NT:*)
|
||||||
|
echo x86_64-pc-mks
|
||||||
|
exit ;;
|
||||||
i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
|
i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
|
||||||
# How do we know it's Interix rather than the generic POSIX subsystem?
|
# 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
|
# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
|
||||||
|
@ -42,3 +42,4 @@ i686 5.11-686 GNU/kOpenSolaris ignored i686-unknown-kopensolaris5.11-gnu
|
|||||||
i386 12.1 AROS ignored i386-pc-aros
|
i386 12.1 AROS ignored i386-pc-aros
|
||||||
pc 1.0 ignored ignored i586-pc-msdosdjgpp
|
pc 1.0 ignored ignored i586-pc-msdosdjgpp
|
||||||
s390x 5.6 SunOS ignored s390x-ibm-solaris2.6
|
s390x 5.6 SunOS ignored s390x-ibm-solaris2.6
|
||||||
|
8664 1.0 Windows_NT ignored x86_64-pc-mks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user