diff -r 2fa4b675a9a3 -r fe3eda71a9d0 config/arch/x86_64/functions --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/arch/x86_64/functions Fri Oct 03 12:30:58 2008 +0000 @@ -0,0 +1,6 @@ +# Compute x86_64-specific values + +CT_DoArchValues() { + # The architecture part of the tuple: + CT_TARGET_ARCH="${CT_ARCH}" +}