crosstool-ng/scripts/build/arch/alpha.sh
2010-01-09 15:57:07 +01:00

7 lines
159 B
Bash

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