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

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