arch/alpha/functions
changeset 898 fe3eda71a9d0
parent 897 900515add745
child 899 da93630960d1
     1.1 --- a/arch/alpha/functions	Fri Oct 03 12:30:29 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,9 +0,0 @@
     1.4 -# Compute Alpha-specific values
     1.5 -
     1.6 -CT_DoArchValues () {
     1.7 -    # The architecture part of the tuple:
     1.8 -    CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
     1.9 -
    1.10 -    # The kernel ARCH:
    1.11 -    CT_KERNEL_ARCH=${CT_ARCH}
    1.12 -}