mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 18:46:38 +12:00
* config.guess: Handle Interix 6.
* testsuite/config-guess.data: Add test case.
This commit is contained in:
parent
d06ef205a0
commit
5a92350b62
@ -1,3 +1,8 @@
|
||||
2006-07-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Handle Interix 6.
|
||||
* testsuite/config-guess.data: Add test case.
|
||||
|
||||
2006-06-06 Ben Elliston <bje@gnu.org>
|
||||
|
||||
From H??vard Skinnemoen <hskinnemoen@atmel.com>:
|
||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||
# Inc.
|
||||
|
||||
timestamp='2006-06-06'
|
||||
timestamp='2006-07-02'
|
||||
|
||||
# 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
|
||||
@ -790,10 +790,10 @@ EOF
|
||||
i*:PW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-pw32
|
||||
exit ;;
|
||||
x86:Interix*:[345]*)
|
||||
x86:Interix*:[3456]*)
|
||||
echo i586-pc-interix${UNAME_RELEASE}
|
||||
exit ;;
|
||||
EM64T:Interix*:[345]*)
|
||||
EM64T:Interix*:[3456]*)
|
||||
echo x86_64-unknown-interix${UNAME_RELEASE}
|
||||
exit ;;
|
||||
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
|
||||
|
@ -22,3 +22,4 @@ i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu
|
||||
EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
||||
amd64 5.2 FreeBSD ignored x86_64-unknown-freebsd5.2
|
||||
avr32 2.6.15 Linux ignored avr32-unknown-linux-gnu
|
||||
x86 6.0 Interix ignored i586-pc-interix6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user