diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-03-20 01:13:05 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-03-20 01:13:05 +0100 |
commit | 699de4c20c02ebf2564249809241e3f1e98d0057 (patch) | |
tree | e2c3e910d174c2aa9502d1be986924d5549330f6 | |
parent | cde7865716bb9d1cdaf2cd08dee0c586eeb1350e (diff) | |
download | crosstool-ng-699de4c20c02ebf2564249809241e3f1e98d0057.tar.gz crosstool-ng-699de4c20c02ebf2564249809241e3f1e98d0057.tar.bz2 crosstool-ng-699de4c20c02ebf2564249809241e3f1e98d0057.zip |
libc/newlib: log even more
Also log variable assignement for single commands.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | scripts/build/libc/newlib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index 9b6f9e55..012f39c4 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} \ |