summaryrefslogtreecommitdiff
path: root/scripts/build/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-20 00:13:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-20 00:13:05 (GMT)
commit699de4c20c02ebf2564249809241e3f1e98d0057 (patch)
treee2c3e910d174c2aa9502d1be986924d5549330f6 /scripts/build/libc
parentcde7865716bb9d1cdaf2cd08dee0c586eeb1350e (diff)
libc/newlib: log even more
Also log variable assignement for single commands. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build/libc')
-rw-r--r--scripts/build/libc/newlib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh
index 9b6f9e5..012f39c 100644
--- a/scripts/build/libc/newlib.sh
+++ b/scripts/build/libc/newlib.sh
@@ -85,11 +85,11 @@ do_libc_start_files() {
# build : not used
# host : the machine building newlib
# target : the machine newlib runs on
+ CT_DoExecLog CFG \
CC_FOR_BUILD="${CT_BUILD}-gcc" \
CFLAGS_FOR_TARGET="${CT_TARGET_CFLAGS} -O" \
AR=${CT_TARGET}-ar \
RANLIB=${CT_TARGET}-ranlib \
- CT_DoExecLog CFG \
"${CT_SRC_DIR}/newlib-$(libc_newlib_version)/configure" \
--host=${CT_BUILD} \
--target=${CT_TARGET} \