scripts/functions: do not compute CT_KERNEL_ARCH, it's obsolete
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 23 19:02:46 2010 +0100 (2010-01-23)
changeset 17498cde002bad62
parent 1748 54bbdbf316f3
child 1750 4f07fc2b4491
scripts/functions: do not compute CT_KERNEL_ARCH, it's obsolete

Since we merged the 32/64-bit archs, and we explicitly used
the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
scripts/functions
     1.1 --- a/scripts/functions	Sat Jan 23 18:41:59 2010 +0100
     1.2 +++ b/scripts/functions	Sat Jan 23 19:02:46 2010 +0100
     1.3 @@ -738,9 +738,6 @@
     1.4          *)      CT_TARGET_SYS=elf;;
     1.5      esac
     1.6  
     1.7 -    # Transform the ARCH into a kernel-understandable ARCH
     1.8 -    CT_KERNEL_ARCH="${CT_ARCH}"
     1.9 -
    1.10      # Set the default values for ARCH, ABI, CPU, TUNE, FPU and FLOAT
    1.11      unset CT_ARCH_ARCH_CFLAG CT_ARCH_ABI_CFLAG CT_ARCH_CPU_CFLAG CT_ARCH_TUNE_CFLAG CT_ARCH_FPU_CFLAG CT_ARCH_FLOAT_CFLAG
    1.12      unset CT_ARCH_WITH_ARCH CT_ARCH_WITH_ABI CT_ARCH_WITH_CPU CT_ARCH_WITH_TUNE CT_ARCH_WITH_FPU CT_ARCH_WITH_FLOAT