mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 08:10:07 +00:00
complibs/libelf: 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
7151e68b0d
commit
cde7865716
@ -36,9 +36,9 @@ do_libelf() {
|
||||
libelf_opts+=( --disable-shared --enable-static )
|
||||
fi
|
||||
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CT_HOST}-gcc" \
|
||||
CFLAGS="-fPIC" \
|
||||
CT_DoExecLog CFG \
|
||||
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_HOST} \
|
||||
@ -69,9 +69,9 @@ do_libelf_target() {
|
||||
CT_Pushd "${CT_BUILD_DIR}/build-libelf-for-target"
|
||||
|
||||
CT_DoLog EXTRA "Configuring libelf"
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CT_TARGET}-gcc" \
|
||||
CFLAGS="-fPIC" \
|
||||
CT_DoExecLog CFG \
|
||||
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user