crosstool-ng/scripts/build/arch/alpha.sh
Yann E. MORIN" b8d189b296 Separate the architecture config file and function script.
/trunk/kconfig/kconfig.mk   |   46    23    23     0 +++++++++++++++++++++++-----------------------
 /trunk/scripts/crosstool.sh |    2     1     1     0 +-
 /trunk/docs/overview.txt    |   28    11    17     0 +++++++++++-----------------
 3 files changed, 35 insertions(+), 41 deletions(-)
2008-10-05 15:32:00 +00:00

10 lines
208 B
Bash

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