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