summaryrefslogtreecommitdiff
path: root/arch/ia64/functions
blob: 45a3d5b23655c3d50bf9d9575b30a6ec70144a63 (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}"

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

    # The endianness option default value is OK.
}