mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-23 04:25:30 +00:00
Do not forget binutils' target libraries in the list.
/trunk/scripts/build/binutils.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
f75ab94105
commit
7bb4d0d9ca
@ -63,8 +63,8 @@ do_binutils() {
|
||||
# Now on for the target libraries
|
||||
do_binutils_target() {
|
||||
targets=
|
||||
[ "${CT_BINUTILS_FOR_TARGET_IBERTY}" = "y" ] && targets="${build_targets} libiberty"
|
||||
[ "${CT_BINUTILS_FOR_TARGET_BFD}" = "y" ] && targets="${build_targets} bfd"
|
||||
[ "${CT_BINUTILS_FOR_TARGET_IBERTY}" = "y" ] && targets="${targets} libiberty"
|
||||
[ "${CT_BINUTILS_FOR_TARGET_BFD}" = "y" ] && targets="${targets} bfd"
|
||||
targets="${targets# }"
|
||||
|
||||
if [ -n "${targets}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user