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

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

    # The kernel ARCH:
    CT_KERNEL_ARCH=${CT_ARCH}
}