summaryrefslogtreecommitdiff
path: root/arch/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/functions10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/functions b/arch/ia64/functions
index e69de29..45a3d5b 100644
--- a/arch/ia64/functions
+++ b/arch/ia64/functions
@@ -0,0 +1,10 @@
+# Compute IA-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.
+}