mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-23 02:13:38 +00:00
complibs/libelf: build target libelf in its own directory
This commit is contained in:
parent
3ad58b9c50
commit
9962be4d9c
@ -67,8 +67,8 @@ if [ "${CT_LIBELF_TARGET}" = "y" ]; then
|
||||
|
||||
do_libelf_target() {
|
||||
CT_DoStep INFO "Installing libelf for the target"
|
||||
mkdir -p "${CT_BUILD_DIR}/build-libelf"
|
||||
CT_Pushd "${CT_BUILD_DIR}/build-libelf"
|
||||
mkdir -p "${CT_BUILD_DIR}/build-libelf-for-target"
|
||||
CT_Pushd "${CT_BUILD_DIR}/build-libelf-for-target"
|
||||
|
||||
CT_DoLog EXTRA "Configuring libelf"
|
||||
CC="${CT_TARGET}-gcc" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user