* 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:
Ben Elliston 2007-12-12 04:35:44 +00:00
parent e76d51868f
commit 320059e61d
3 changed files with 11 additions and 1 deletions

View File

@ -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
View File

@ -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

View File

@ -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