Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v8 1/5] binutils: install libiberty for host build.
Date: Sun, 29 Jul 2018 15:19:17 -0400	[thread overview]
Message-ID: <20180729191921.11216-2-aduskett@gmail.com> (raw)
In-Reply-To: <20180729191921.11216-1-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 -> v8:
  - None

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

diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 090065a3e4..40fe4b394d 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.17.1

  reply	other threads:[~2018-07-29 19:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-29 19:19 [Buildroot] [PATCH v8 0/5] Gobject-introspection: New package Adam Duskett
2018-07-29 19:19 ` Adam Duskett [this message]
2018-07-29 19:19 ` [Buildroot] [PATCH v8 2/5] prelink-cross: new package Adam Duskett
2018-07-29 19:19 ` [Buildroot] [PATCH v8 3/5] gstreamer1 packages: explicitly disable introspection Adam Duskett
2018-07-31 20:57   ` Thomas Petazzoni
2018-07-29 19:19 ` [Buildroot] [PATCH v8 4/5] gobject-introspection: new package Adam Duskett
2018-12-05 22:26   ` Joseph Kogut
2018-12-10 16:53     ` Adam Duskett
2018-07-29 19:19 ` [Buildroot] [PATCH v8 5/5] gstreamer1 packages: add support for introspection Adam Duskett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180729191921.11216-2-aduskett@gmail.com \
    --to=aduskett@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox