mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
Merge pull request #305 from bhundven/binutils_fix_install_libiberty
binutils: Fix installing libiberty for target
This commit is contained in:
commit
8115774ea7
@ -351,6 +351,10 @@ do_binutils_for_target() {
|
||||
extra_config+=("--disable-multilib")
|
||||
fi
|
||||
|
||||
if [ "${CT_BINUTILS_FOR_TARGET_IBERTY}" = "y" ]; then
|
||||
extra_config+=("--enable-install-libiberty")
|
||||
fi
|
||||
|
||||
[ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ] && extra_config+=("--disable-nls")
|
||||
|
||||
CT_DoExecLog CFG \
|
||||
|
Loading…
Reference in New Issue
Block a user