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