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.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/build/arch/alpha.sh b/scripts/build/arch/alpha.sh
new file mode 100644
index 0000000..ea8ef53
--- /dev/null
+++ b/scripts/build/arch/alpha.sh
@@ -0,0 +1,9 @@
+# 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}
+}