summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 21:37:39 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 21:37:39 (GMT)
commit07dfc066590ad430e9e061e453329d476d990be4 (patch)
tree9d666d215e6b09b551d8f7dc2988251f515a3f4b /scripts/build
parent385a616b103861d4746d1f83d39ca6c8d0d4371e (diff)
parent2df16372710ebd9b2f2d84ae32edae2aebf9f746 (diff)
Merge.
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/libc/glibc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh
index 44633b1..c9a6898 100644
--- a/scripts/build/libc/glibc.sh
+++ b/scripts/build/libc/glibc.sh
@@ -141,7 +141,7 @@ do_libc_headers() {
extra_config+=("$(do_libc_min_kernel_config)")
# Pre-seed the configparms file with values from the config option
- echo "${CT_LIBC_GLIBC_CONFIGPARMS}" > configparms
+ printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
cross_cc=$(CT_Which "${CT_TARGET}-gcc")
CT_DoLog DEBUG "Using gcc for target: '${cross_cc}'"
@@ -309,7 +309,7 @@ do_libc_start_files() {
CT_DoLog DEBUG "Extra CC args passed : '${extra_cc_args}'"
# Pre-seed the configparms file with values from the config option
- echo "${CT_LIBC_GLIBC_CONFIGPARMS}" > configparms
+ printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
echo "libc_cv_forced_unwind=yes" > config.cache
echo "libc_cv_c_cleanup=yes" >> config.cache
@@ -418,7 +418,7 @@ do_libc() {
CT_DoLog DEBUG "Extra CC args passed : '${extra_cc_args}'"
# Pre-seed the configparms file with values from the config option
- echo "${CT_LIBC_GLIBC_CONFIGPARMS}" > configparms
+ printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
# For glibc 2.3.4 and later we need to set some autoconf cache
# variables, because nptl/sysdeps/pthread/configure.in does not