mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-11 12:01:42 +00:00
complibs/gmp: 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
b18efc38b7
commit
293d580d51
@ -36,8 +36,8 @@ do_gmp() {
|
|||||||
gmp_opts+=( --disable-shared --enable-static )
|
gmp_opts+=( --disable-shared --enable-static )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="${CT_CFLAGS_FOR_HOST} -fexceptions" \
|
|
||||||
CT_DoExecLog CFG \
|
CT_DoExecLog CFG \
|
||||||
|
CFLAGS="${CT_CFLAGS_FOR_HOST} -fexceptions" \
|
||||||
"${CT_SRC_DIR}/gmp-${CT_GMP_VERSION}/configure" \
|
"${CT_SRC_DIR}/gmp-${CT_GMP_VERSION}/configure" \
|
||||||
--build=${CT_BUILD} \
|
--build=${CT_BUILD} \
|
||||||
--host=${CT_HOST} \
|
--host=${CT_HOST} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user