summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 17:41:59 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 17:41:59 (GMT)
commit849713aa43b3aaaad6244ad8028a7066eb10c236 (patch)
tree442c7bcd1e06a0a726220def2a5243d28d6c2ca3 /scripts/build
parentac46ac3dd5157b4d493bb5347ed2e750a3504521 (diff)
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.
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/libc/uClibc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
index 3dcc111..b7fd737 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