diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-03-20 01:06:26 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-03-20 01:06:26 +0100 |
commit | 7ea68f2049e71e0e6650d58addf02e53ce35f890 (patch) | |
tree | 6d18b0e1ba34df6df7d6e08b8a27a93d26a8a377 | |
parent | 51fac814d1a99790203c3d91ea3f79f23a11040d (diff) | |
download | crosstool-ng-7ea68f2049e71e0e6650d58addf02e53ce35f890.tar.gz crosstool-ng-7ea68f2049e71e0e6650d58addf02e53ce35f890.tar.bz2 crosstool-ng-7ea68f2049e71e0e6650d58addf02e53ce35f890.zip |
complibs/ppl: 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/companion_libs/ppl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/ppl.sh b/scripts/build/companion_libs/ppl.sh index c3b55d44..e4fb32b6 100644 --- a/scripts/build/companion_libs/ppl.sh +++ b/scripts/build/companion_libs/ppl.sh @@ -39,9 +39,9 @@ do_ppl() { ppl_opts+=( --disable-shared --enable-static ) fi + CT_DoExecLog CFG \ CFLAGS="${CT_CFLAGS_FOR_HOST}" \ CXXFLAGS="${CT_CFLAGS_FOR_HOST}" \ - CT_DoExecLog CFG \ "${CT_SRC_DIR}/ppl-${CT_PPL_VERSION}/configure" \ --build=${CT_BUILD} \ --host=${CT_HOST} \ |