mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
complibs/mpc: log even more
Also log variable assignement for single commands. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
85c67d1ae3
commit
7151e68b0d
@ -37,8 +37,8 @@ do_mpc() {
|
|||||||
mpc_opts+=( --disable-shared --enable-static )
|
mpc_opts+=( --disable-shared --enable-static )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="${CT_CFLAGS_FOR_HOST}" \
|
|
||||||
CT_DoExecLog CFG \
|
CT_DoExecLog CFG \
|
||||||
|
CFLAGS="${CT_CFLAGS_FOR_HOST}" \
|
||||||
"${CT_SRC_DIR}/mpc-${CT_MPC_VERSION}/configure" \
|
"${CT_SRC_DIR}/mpc-${CT_MPC_VERSION}/configure" \
|
||||||
--build=${CT_BUILD} \
|
--build=${CT_BUILD} \
|
||||||
--host=${CT_HOST} \
|
--host=${CT_HOST} \
|
||||||
|
Loading…
Reference in New Issue
Block a user