diff -r 000000000000 -r 9c6df3bf0c7a arch/powerpc/functions --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/powerpc/functions Sun May 18 20:50:13 2008 +0000 @@ -0,0 +1,9 @@ +# Compute powerpc-specific values + +CT_DoArchValues () { + # The architecture part of the tuple: + CT_TARGET_ARCH="${CT_ARCH}" + + # The kernel ARCH: + CT_KERNEL_ARCH=powerpc +}