mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Use CT_DoExecLog when building libelf.
/trunk/scripts/build/tools/100-libelf.sh | 7 4 3 0 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
This commit is contained in:
parent
549ef5d740
commit
223231bcc3
@ -25,6 +25,7 @@ do_tools_libelf_build() {
|
||||
|
||||
CT_DoLog EXTRA "Configuring libelf"
|
||||
CC="${CT_TARGET}-gcc" \
|
||||
CT_DoExecLog ALL \
|
||||
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
@ -34,13 +35,13 @@ do_tools_libelf_build() {
|
||||
--enable-elf64 \
|
||||
--enable-shared \
|
||||
--enable-extended-format \
|
||||
--enable-static 2>&1 |CT_DoLog ALL
|
||||
--enable-static
|
||||
|
||||
CT_DoLog EXTRA "Building libelf"
|
||||
make 2>&1 |CT_DoLog ALL
|
||||
CT_DoExecLog ALL make
|
||||
|
||||
CT_DoLog EXTRA "Installing libelf"
|
||||
make instroot="${CT_SYSROOT_DIR}" install 2>&1 |CT_DoLog ALL
|
||||
CT_DoExecLog ALL make instroot="${CT_SYSROOT_DIR}" install
|
||||
|
||||
CT_Popd
|
||||
CT_EndStep
|
||||
|
Loading…
Reference in New Issue
Block a user