scripts/build/arch/s390.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 1636 3167f947f93f
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>
     1 # Compute s390-specific values
     2 
     3 CT_DoArchTupleValues() {
     4     # That's the only thing to override
     5     if [ "${CT_ARCH_64}" = "y" ]; then
     6         CT_TARGET_ARCH="s390x${CT_ARCH_SUFFIX}"
     7     fi
     8 }