package/binutils: install libiberty for host build

Add --enable-install-libiberty to HOST_BINUTILS_CONF_OPTS to allow
prelink-cross to build properly.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Adam Duskett 2019-02-06 04:15:26 -05:00 committed by Thomas Petazzoni
parent a946813dd5
commit 7ec7ba5405

View File

@ -84,6 +84,7 @@ HOST_BINUTILS_CONF_OPTS = \
--target=$(GNU_TARGET_NAME) \
--disable-shared \
--enable-static \
--enable-install-libiberty \
--with-sysroot=$(STAGING_DIR) \
--enable-poison-system-directories \
$(BINUTILS_DISABLE_GDB_CONF_OPTS) \