# HG changeset patch # User Karl Berry # Date 1197555786 28800 # Node ID 89950f94a6f7509ceb1cc592f4f77e0f40c1fc7f # Parent 49f7561fc2d34f61eb03f765b7e9878cd87c5beb autoupdate diff --git a/build-aux/config.guess b/build-aux/config.guess --- 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 @@ 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