summaryrefslogtreecommitdiff
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/functions10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86_64/functions b/arch/x86_64/functions
index e69de29..68610d8 100644
--- a/arch/x86_64/functions
+++ b/arch/x86_64/functions
@@ -0,0 +1,10 @@
+# Compute x86_64-specific values
+
+CT_DoArchValues() {
+ # The architecture part of the tuple:
+ CT_TARGET_ARCH="${CT_ARCH}"
+
+ # The system part of the tuple default value is OK.
+
+ # The endianness option default value is OK.
+}