summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 18:02:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 18:02:46 (GMT)
commit994427dbbe730a7e715a01b94e92e7fa3810b603 (patch)
treea809953eb967a244629ab3843df1d88d6c31a147 /scripts/functions
parent849713aa43b3aaaad6244ad8028a7066eb10c236 (diff)
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.
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/functions b/scripts/functions
index 470a592..6477eff 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -738,9 +738,6 @@ CT_DoBuildTargetTuple() {
*) 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