diff -r 29c6c5e10cea -r 2f7b676c7b2f scripts/functions --- a/scripts/functions Sat Sep 08 19:00:45 2007 +0000 +++ b/scripts/functions Fri Sep 14 17:43:16 2007 +0000 @@ -493,6 +493,7 @@ 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}"