mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (*:Interix*:[3456]*): Handle IA64 ${UNAME_MACHINE}.
Return ia64-unknown-interix${UNAME_RELEASE}. * testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
e76d51868f
commit
320059e61d
@ -1,3 +1,9 @@
|
|||||||
|
2007-12-12 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (*:Interix*:[3456]*): Handle IA64 ${UNAME_MACHINE}.
|
||||||
|
Return ia64-unknown-interix${UNAME_RELEASE}.
|
||||||
|
* testsuite/config-guess.data: Add a test case.
|
||||||
|
|
||||||
2007-12-05 Lennert Buytenhek <buytenh@wantstofly.org>
|
2007-12-05 Lennert Buytenhek <buytenh@wantstofly.org>
|
||||||
|
|
||||||
* config.guess (arm*:Linux:*:*): Determine ABI in use.
|
* config.guess (arm*:Linux:*:*): Determine ABI in use.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2007-12-05'
|
timestamp='2007-12-12'
|
||||||
|
|
||||||
# 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
|
||||||
@ -799,6 +799,9 @@ EOF
|
|||||||
EM64T | authenticamd)
|
EM64T | authenticamd)
|
||||||
echo x86_64-unknown-interix${UNAME_RELEASE}
|
echo x86_64-unknown-interix${UNAME_RELEASE}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
IA64)
|
||||||
|
echo ia64-unknown-interix${UNAME_RELEASE}
|
||||||
|
exit ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
[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
|
||||||
|
@ -32,3 +32,4 @@ x86_64 1.0 MINGW ignored x86_64-pc-mingw32
|
|||||||
i386 1.0 MINGW ignored i386-pc-mingw32
|
i386 1.0 MINGW ignored i386-pc-mingw32
|
||||||
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
|
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
|
||||||
i86xen 5.6 SunOS ignored i386-pc-solaris2.6
|
i86xen 5.6 SunOS ignored i386-pc-solaris2.6
|
||||||
|
IA64 6.0 Interix ignored ia64-unknown-interix6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user