diff -r 000000000000 -r 595b2ff3fbf4 arch/alpha/functions --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/alpha/functions Sat Jun 14 20:57:57 2008 +0000 @@ -0,0 +1,9 @@ +# Compute Alpha-specific values + +CT_DoArchValues () { + # The architecture part of the tuple: + CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}" + + # The kernel ARCH: + CT_KERNEL_ARCH=${CT_ARCH} +}