diff -r 9d0b37f08a10 -r 99029fac116b scripts/build/arch/mips.sh --- a/scripts/build/arch/mips.sh Sun Jan 20 12:58:22 2013 +0000 +++ b/scripts/build/arch/mips.sh Mon May 12 00:09:31 2014 +0200 @@ -1,13 +1,8 @@ # Compute MIPS-specific values CT_DoArchTupleValues() { - local _64 - # The architecture part of the tuple - if [ "${CT_ARCH_64}" = "y" ]; then - _64="64" - fi - CT_TARGET_ARCH="${CT_ARCH}${_64}${CT_ARCH_SUFFIX:-${target_endian_el}}" + CT_TARGET_ARCH="${CT_ARCH}${target_bits_64}${CT_ARCH_SUFFIX:-${target_endian_el}}" # Override CFLAGS for endianness: case "${CT_ARCH_ENDIAN}" in