summaryrefslogtreecommitdiff
path: root/arch/mips/functions
blob: e8bf09fe7944ba18b6cb6942e1b09e0fe3e8b6f2 (plain)
1
2
3
4
5
6
7
8
9
10
# Compute IA-64-specific values

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

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

    # The endianness option default value is OK.
}