diff -r 29c6c5e10cea -r 3538bcdf24cf scripts/functions --- a/scripts/functions Sat Sep 08 19:00:45 2007 +0000 +++ b/scripts/functions Tue Sep 11 17:50:18 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}"