scripts/build/arch/arm.sh
changeset 3169 9d0b37f08a10
parent 3158 1161ea79915b
child 3262 87ad9e82546d
     1.1 --- a/scripts/build/arch/arm.sh	Thu Jan 10 00:11:17 2013 +0100
     1.2 +++ b/scripts/build/arch/arm.sh	Sun Jan 20 12:58:22 2013 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  CT_DoArchTupleValues() {
     1.6      # The architecture part of the tuple:
     1.7 -    CT_TARGET_ARCH="${CT_ARCH}${target_endian_eb}"
     1.8 +    CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX:-${target_endian_eb}}"
     1.9  
    1.10      # The system part of the tuple:
    1.11      case "${CT_LIBC},${CT_ARCH_ARM_EABI}" in