scripts/functions
changeset 3321 8a753e6c5621
parent 3320 78af1c99bc6d
     1.1 --- a/scripts/functions	Sun May 11 23:43:52 2014 +0200
     1.2 +++ b/scripts/functions	Sun May 11 23:55:16 2014 +0200
     1.3 @@ -1154,6 +1154,18 @@
     1.4              ;;
     1.5      esac
     1.6  
     1.7 +    # Set the bitness suffix
     1.8 +    case "${CT_ARCH_BITNESS}" in
     1.9 +        32)
    1.10 +            target_bits_32=32
    1.11 +            target_bits_64=
    1.12 +            ;;
    1.13 +        64)
    1.14 +            target_bits_32=
    1.15 +            target_bits_64=64
    1.16 +            ;;
    1.17 +    esac
    1.18 +
    1.19      # Build the default architecture tuple part
    1.20      CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX}"
    1.21