libc/uclibc: use CT_ARCH, in place of CT_KERNEL_ARCH
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 23 18:41:59 2010 +0100 (2010-01-23)
changeset 174854bbdbf316f3
parent 1747 8e8b72bdcea0
child 1749 8cde002bad62
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.
scripts/build/libc/uClibc.sh
     1.1 --- a/scripts/build/libc/uClibc.sh	Sat Jan 23 18:40:38 2010 +0100
     1.2 +++ b/scripts/build/libc/uClibc.sh	Sat Jan 23 18:41:59 2010 +0100
     1.3 @@ -193,8 +193,8 @@
     1.4      # firmware builder to strip or not.
     1.5      cat <<-ENDSED
     1.6  		s/^(TARGET_.*)=y$/# \\1 is not set/
     1.7 -		s/^# TARGET_${CT_KERNEL_ARCH} is not set/TARGET_${CT_KERNEL_ARCH}=y/
     1.8 -		s/^TARGET_ARCH=".*"/TARGET_ARCH="${CT_KERNEL_ARCH}"/
     1.9 +		s/^# TARGET_${CT_ARCH} is not set/TARGET_${CT_ARCH}=y/
    1.10 +		s/^TARGET_ARCH=".*"/TARGET_ARCH="${CT_ARCH}"/
    1.11  		s/.*(DOSTRIP).*/# \\1 is not set/
    1.12  		ENDSED
    1.13