package/binutils: actually support the target toolchain

This fixes a bug, where ld on ARM EABI platforms expects OABI code.

Signed-off-by: Harald Geyer <harald@ccbib.org>

SVN-Revision: 43866
lede-17.01
Felix Fietkau 2015-01-07 16:02:59 +00:00
parent 7f6af5ddc9
commit c228aeef61
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ endef
TARGET_CFLAGS += $(FPIC) -Wno-unused-value TARGET_CFLAGS += $(FPIC) -Wno-unused-value
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--host=$(REAL_GNU_TARGET_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--enable-shared \ --enable-shared \
--enable-install-libiberty \ --enable-install-libiberty \
--enable-install-libbfd --enable-install-libbfd