diff -r 000000000000 -r f02cd568eec9 arch/powerpc/functions --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/powerpc/functions Sun Jul 27 12:03:34 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 +}