From d409c9fd1ae08eb2e8e7f36ab8a659f47c640bd1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 11 Sep 2007 17:24:09 +0000 Subject: Merge from branches/ia64@476 : add ia64 preliminary support. --- scripts/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/functions b/scripts/functions index 14224c18..c6692a39 100644 --- a/scripts/functions +++ b/scripts/functions @@ -493,6 +493,7 @@ CT_DoBuildTargetTuple() { esac case "${CT_ARCH}" in arm) CT_TARGET="${CT_ARCH}${target_endian_eb}";; + ia64) CT_TARGET="${CT_ARCH}";; mips) CT_TARGET="${CT_ARCH}${target_endian_el}";; x86*) # Much love for this one :-( arch="${CT_ARCH_ARCH}" -- cgit v1.2.3