summaryrefslogtreecommitdiff
path: root/scripts/build/arch/alpha.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/arch/alpha.sh')
-rw-r--r--scripts/build/arch/alpha.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/arch/alpha.sh b/scripts/build/arch/alpha.sh
index 7a50335..cf6d40d 100644
--- a/scripts/build/arch/alpha.sh
+++ b/scripts/build/arch/alpha.sh
@@ -2,5 +2,5 @@
CT_DoArchTupleValues () {
# The architecture part of the tuple:
- CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
+ CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX:-${CT_ARCH_ALPHA_VARIANT}}"
}