diff -r 000000000000 -r 65614732cfe7 arch/powerpc/functions --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/powerpc/functions Sat Jul 26 15:14:48 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 +}