summaryrefslogtreecommitdiff
path: root/scripts/build/arch/alpha.sh
blob: 7a503350ac71410605df0ebed265fa5e14470d20 (plain)
1
2
3
4
5
6
# Compute Alpha-specific values

CT_DoArchTupleValues () {
    # The architecture part of the tuple:
    CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
}