summaryrefslogtreecommitdiff
path: root/arch/alpha/functions
blob: ea8ef5365447899441f86d6088d067c8a49f3ecb (plain)
1
2
3
4
5
6
7
8
9
# Compute Alpha-specific values

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

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