Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v9 1/4] binutils: install libiberty for host build.
@ 2018-12-15 23:35 aduskett at gmail.com
  2018-12-15 23:35 ` [Buildroot] [PATCH v9 2/4] prelink-cross: new package aduskett at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: aduskett at gmail.com @ 2018-12-15 23:35 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

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

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
Changes v1 -> v7:
  - Add patch to series.

Changes v7 -> v9:
  - None

 package/binutils/binutils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 4531b8d9c8..388e2192b4 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -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) \
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-06  8:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-15 23:35 [Buildroot] [PATCH v9 1/4] binutils: install libiberty for host build aduskett at gmail.com
2018-12-15 23:35 ` [Buildroot] [PATCH v9 2/4] prelink-cross: new package aduskett at gmail.com
2018-12-15 23:35 ` [Buildroot] [PATCH v9 3/4] gobject-introspection: " aduskett at gmail.com
2019-02-05 18:22   ` Thomas Petazzoni
2019-02-05 20:29     ` Arnout Vandecappelle
2019-02-06  8:05       ` Adam Duskett
2018-12-15 23:35 ` [Buildroot] [PATCH v9 4/4] gstreamer1 packages: add support for introspection aduskett at gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox