arch/powerpc/functions
branch1.2
changeset 905 26c0b9e2925f
child 792 da7a34dfa178
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/arch/powerpc/functions	Sun Oct 05 18:35:01 2008 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +# Compute powerpc-specific values
     1.5 +
     1.6 +CT_DoArchValues () {
     1.7 +    # The architecture part of the tuple:
     1.8 +    CT_TARGET_ARCH="${CT_ARCH}"
     1.9 +
    1.10 +    # The kernel ARCH:
    1.11 +    CT_KERNEL_ARCH=powerpc
    1.12 +}