libc/uclibc: use CT_ARCH, in place of CT_KERNEL_ARCH

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.
This commit is contained in:
Yann E. MORIN" 2010-01-23 18:41:59 +01:00
parent ac46ac3dd5
commit 849713aa43

View File

@ -193,8 +193,8 @@ mungeuClibcConfig() {
# firmware builder to strip or not.
cat <<-ENDSED
s/^(TARGET_.*)=y$/# \\1 is not set/
s/^# TARGET_${CT_KERNEL_ARCH} is not set/TARGET_${CT_KERNEL_ARCH}=y/
s/^TARGET_ARCH=".*"/TARGET_ARCH="${CT_KERNEL_ARCH}"/
s/^# TARGET_${CT_ARCH} is not set/TARGET_${CT_ARCH}=y/
s/^TARGET_ARCH=".*"/TARGET_ARCH="${CT_ARCH}"/
s/.*(DOSTRIP).*/# \\1 is not set/
ENDSED