scripts/build/arch/alpha.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun May 05 18:34:20 2013 +0200 (2013-05-05)
changeset 3212 4c0d4394d0b0
parent 1717 0f884f75dce8
permissions -rw-r--r--
scripts: help debugging missing directories

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 # Compute Alpha-specific values
     2 
     3 CT_DoArchTupleValues () {
     4     # The architecture part of the tuple:
     5     CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX:-${CT_ARCH_ALPHA_VARIANT}}"
     6 }