scripts/build/arch/sparc.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon May 12 00:09:31 2014 +0200 (2014-05-12)
changeset 3323 99029fac116b
parent 3169 9d0b37f08a10
permissions -rw-r--r--
arch: use the newly introduced target_bits_64

Convert MIPS and Sparc over to using the new target_bits_64 variable.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
sam@2371
     1
# Compute sparc-specific values
sam@2371
     2
CT_DoArchTupleValues() {
sam@2371
     3
    # That's the only thing to override
yann@3323
     4
    CT_TARGET_ARCH="sparc${target_bits_64}${CT_ARCH_SUFFIX}"
sam@2371
     5
}