diff -r 2f7b676c7b2f -r f00eb97ff649 arch/arm/functions --- a/arch/arm/functions Fri Sep 14 17:43:16 2007 +0000 +++ b/arch/arm/functions Fri Sep 14 21:17:59 2007 +0000 @@ -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. +}