mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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:
parent
a946813dd5
commit
7ec7ba5405
@ -84,6 +84,7 @@ HOST_BINUTILS_CONF_OPTS = \
|
|||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--enable-install-libiberty \
|
||||||
--with-sysroot=$(STAGING_DIR) \
|
--with-sysroot=$(STAGING_DIR) \
|
||||||
--enable-poison-system-directories \
|
--enable-poison-system-directories \
|
||||||
$(BINUTILS_DISABLE_GDB_CONF_OPTS) \
|
$(BINUTILS_DISABLE_GDB_CONF_OPTS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user