All of lore.kernel.org
 help / color / mirror / Atom feed
From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v16 2/4] package/gdb: depend on libiberty
Date: Thu,  6 Feb 2020 18:38:32 -0800	[thread overview]
Message-ID: <20200207023834.877032-3-aduskett@gmail.com> (raw)
In-Reply-To: <20200207023834.877032-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: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
v13 -> v14:
  - Fix typo in the comment. (Arnout)

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..01f7e14460 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-installed 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.24.1

  parent reply	other threads:[~2020-02-07  2:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07  2:38 [Buildroot] [PATCH v16 0/4] package/gobject-introspection: new package aduskett at gmail.com
2020-02-07  2:38 ` [Buildroot] [PATCH v16 1/4] package/libiberty: " aduskett at gmail.com
2020-02-07 21:44   ` Giulio Benetti
2020-02-07  2:38 ` aduskett at gmail.com [this message]
2020-02-07 21:45   ` [Buildroot] [PATCH v16 2/4] package/gdb: depend on libiberty Giulio Benetti
2020-02-07  2:38 ` [Buildroot] [PATCH v16 3/4] package/prelink-cross: new package aduskett at gmail.com
2020-02-07 21:45   ` Giulio Benetti
2020-02-07  2:38 ` [Buildroot] [PATCH v16 4/4] package/gobject-introspection: " aduskett at gmail.com
2020-02-07 21:45   ` Giulio Benetti
2020-02-08 19:14     ` Giulio Benetti
2020-02-07 21:34 ` [Buildroot] [PATCH v16 0/4] " Giulio Benetti

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=20200207023834.877032-3-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.