scripts/build/arch/arm.sh
changeset 3234 59f69724a627
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	Wed Oct 02 00:02:44 2013 +0200
     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