scripts/functions
changeset 380 2f7b676c7b2f
parent 371 29c6c5e10cea
child 383 f00eb97ff649
     1.1 --- a/scripts/functions	Sat Sep 08 19:00:45 2007 +0000
     1.2 +++ b/scripts/functions	Fri Sep 14 17:43:16 2007 +0000
     1.3 @@ -493,6 +493,7 @@
     1.4      esac
     1.5      case "${CT_ARCH}" in
     1.6          arm)  CT_TARGET="${CT_ARCH}${target_endian_eb}";;
     1.7 +        ia64) CT_TARGET="${CT_ARCH}";;
     1.8          mips) CT_TARGET="${CT_ARCH}${target_endian_el}";;
     1.9          x86*) # Much love for this one :-(
    1.10                arch="${CT_ARCH_ARCH}"