package/binutils: install libiberty for host build
authorAdam Duskett <Aduskett@gmail.com>
Wed, 6 Feb 2019 09:15:26 +0000 (04:15 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Mar 2019 09:31:04 +0000 (10:31 +0100)
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>
package/binutils/binutils.mk

index 6798356ff2f2fa56e44b05801adab29941882b59..cfaf0bdeb73329a0022621a597550a8bb33af111 100644 (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) \