diff options
Diffstat (limited to 'scripts/build/arch/mips.sh')
-rw-r--r-- | scripts/build/arch/mips.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/build/arch/mips.sh b/scripts/build/arch/mips.sh index 97a077f8..4d732be9 100644 --- a/scripts/build/arch/mips.sh +++ b/scripts/build/arch/mips.sh @@ -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 |