From 60b0bb1bab1dca165c5d93c55f02b5da27719274 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 14 Sep 2007 21:17:59 +0000 Subject: Migrate all supported architectures to use the architecture-specific framework. --- arch/arm/functions | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'arch/arm/functions') diff --git a/arch/arm/functions b/arch/arm/functions index e69de29b..ada2836e 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. +} -- cgit v1.2.3