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

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

    # The kernel ARCH:
    CT_KERNEL_ARCH=powerpc
}