summaryrefslogtreecommitdiff
path: root/arch/x86_64/functions
blob: 68610d8b8491d7b96c6036778d08fb8f68281f4d (plain)
1
2
3
4
5
6
7
8
9
10
# Compute x86_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.
}