Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v12 3/6] package/gdb: depend on libiberty
Date: Sun, 23 Jun 2019 17:23:39 -0400	[thread overview]
Message-ID: <20190623212342.41809-4-aduskett@gmail.com> (raw)
In-Reply-To: <20190623212342.41809-1-aduskett@gmail.com>

From: Adam Duskett <Aduskett@gmail.com>

If present, GDB may use a system installed libiberty. As such, we must ensure
that host-libiberty is installed first.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
v1 -> v11:
  - Add this patch to the series

 package/gdb/gdb.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 46d745a897..39d20be1aa 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -35,7 +35,9 @@ endif
 # For the host variant, we really want to build with XML support,
 # which is needed to read XML descriptions of target architectures. We
 # also need ncurses.
-HOST_GDB_DEPENDENCIES = host-expat host-ncurses
+# As for libiberty, gdb may use a system-isntalled one if present, so
+# we must ensure ours is installed first.
+HOST_GDB_DEPENDENCIES = host-expat host-libiberty host-ncurses
 
 # Disable building documentation
 GDB_MAKE_OPTS += MAKEINFO=true
-- 
2.21.0

  parent reply	other threads:[~2019-06-23 21:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-23 21:23 [Buildroot] [PATCH v12 0/6] gobject-introspection: new package aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 1/6] package/libiberty: " aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 2/6] package/prelink-cross: " aduskett at gmail.com
2019-06-23 21:23 ` aduskett at gmail.com [this message]
2019-06-23 21:23 ` [Buildroot] [PATCH v12 4/6] package/meson: prevent python include path manipulation aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 5/6] package/qemu: drop host kernel version check aduskett at gmail.com
2019-08-03 22:27   ` Arnout Vandecappelle
2019-06-23 21:23 ` [Buildroot] [PATCH v12 6/6] package/gobject-introspection: new package aduskett at gmail.com

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=20190623212342.41809-4-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