scripts/build/arch/sparc.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon May 05 23:24:05 2014 +0200 (2014-05-05)
changeset 3300 15fb3cdc8c48
parent 2371 c131e30363ee
child 3323 99029fac116b
permissions -rw-r--r--
cc/gcc: only build required core passes

We now know exactly what pass to build, so build only what is required.

Reported-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 # Compute sparc-specific values
     2 CT_DoArchTupleValues() {
     3     # That's the only thing to override
     4     if [ "${CT_ARCH_64}" = "y" ]; then
     5         CT_TARGET_ARCH="sparc64${CT_ARCH_SUFFIX}"
     6     fi
     7 
     8 }