summaryrefslogtreecommitdiff
path: root/config/arch/x86_64/functions
diff options
context:
space:
mode:
Diffstat (limited to 'config/arch/x86_64/functions')
-rw-r--r--config/arch/x86_64/functions6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/arch/x86_64/functions b/config/arch/x86_64/functions
new file mode 100644
index 0000000..2626abf
--- /dev/null
+++ b/config/arch/x86_64/functions
@@ -0,0 +1,6 @@
+# Compute x86_64-specific values
+
+CT_DoArchValues() {
+ # The architecture part of the tuple:
+ CT_TARGET_ARCH="${CT_ARCH}"
+}