# HG changeset patch # User "Yann E. MORIN" # Date 1264269766 -3600 # Node ID 8cde002bad62cb62d2cb2583e5a2ad6b1a8b18e4 # Parent 54bbdbf316f334e8cf459341200126c2bd487972 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. diff -r 54bbdbf316f3 -r 8cde002bad62 scripts/functions --- a/scripts/functions Sat Jan 23 18:41:59 2010 +0100 +++ b/scripts/functions Sat Jan 23 19:02:46 2010 +0100 @@ -738,9 +738,6 @@ *) CT_TARGET_SYS=elf;; esac - # Transform the ARCH into a kernel-understandable ARCH - CT_KERNEL_ARCH="${CT_ARCH}" - # Set the default values for ARCH, ABI, CPU, TUNE, FPU and FLOAT 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 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