Skip to content
Snippets Groups Projects
Commit c228aeef authored by Felix Fietkau's avatar Felix Fietkau
Browse files

package/binutils: actually support the target toolchain


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

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

SVN-Revision: 43866
parent 7f6af5dd
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ endef
TARGET_CFLAGS += $(FPIC) -Wno-unused-value
CONFIGURE_ARGS += \
--host=$(REAL_GNU_TARGET_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--enable-shared \
--enable-install-libiberty \
--enable-install-libbfd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment