diff -r 000000000000 -r 727746dbbf24 arch/powerpc/functions --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/powerpc/functions Fri Jul 25 08:43:42 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 +}