mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
complibs/libelf: use target ranlib
For portability, the right ranlib for the target must be passed to libelf's configure. Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
This commit is contained in:
parent
770a64c7ff
commit
aae55bbcc0
@ -65,6 +65,7 @@ do_libelf_target() {
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CT_TARGET}-gcc" \
|
||||
CFLAGS="-fPIC" \
|
||||
RANLIB="${CT_TARGET}-ranlib" \
|
||||
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user