From 320059e61d47ff73aef6a45e321e7538e01f78b1 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 12 Dec 2007 04:35:44 +0000 Subject: [PATCH] * config.guess (*:Interix*:[3456]*): Handle IA64 ${UNAME_MACHINE}. Return ia64-unknown-interix${UNAME_RELEASE}. * testsuite/config-guess.data: Add a test case. --- ChangeLog | 6 ++++++ config.guess | 5 ++++- testsuite/config-guess.data | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64960f2..e2e2dd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-12 Ben Elliston + + * 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 * config.guess (arm*:Linux:*:*): Determine ABI in use. diff --git a/config.guess b/config.guess index bb157d5..302cbf6 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-12-05' +timestamp='2007-12-12' # 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 @@ -799,6 +799,9 @@ EOF EM64T | authenticamd) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 0d8210d..7b0dba7 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -32,3 +32,4 @@ x86_64 1.0 MINGW ignored x86_64-pc-mingw32 i386 1.0 MINGW ignored i386-pc-mingw32 SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0 i86xen 5.6 SunOS ignored i386-pc-solaris2.6 +IA64 6.0 Interix ignored ia64-unknown-interix6.0