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

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

    # The system part of the tuple default values is OK.

    # The endianness option default value is OK.
}