crosstool-ng/scripts/build/arch/x86_64.sh

7 lines
130 B
Bash
Raw Normal View History

# Compute x86_64-specific values
CT_DoArchValues() {
# The architecture part of the tuple:
CT_TARGET_ARCH="${CT_ARCH}"
}