From 849713aa43b3aaaad6244ad8028a7066eb10c236 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 23 Jan 2010 18:41:59 +0100 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 3dcc1118..b7fd737f 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -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