summaryrefslogtreecommitdiff
path: root/scripts/build/arch/x86_64.sh
blob: 1db079173141a2f7a3df1928d3a5ee098b61b955 (plain)
1
2
3
4
5
6
# Compute x86_64-specific values

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