From 23dd4458fc2d94434c5e8e83c356c1aa74d0f0e0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Dec 2007 06:23:06 -0800 Subject: [PATCH] autoupdate --- build-aux/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-aux/config.guess b/build-aux/config.guess index bb157d5f9..302cbf6c9 100755 --- a/build-aux/config.guess +++ b/build-aux/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 -- 2.11.0