From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v17 2/5] package/gdb: depend on libiberty
Date: Tue, 11 Feb 2020 08:34:01 -0800 [thread overview]
Message-ID: <20200211163404.87262-3-aduskett@gmail.com> (raw)
In-Reply-To: <20200211163404.87262-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.21.1 (Apple Git-122.3)
next prev parent reply other threads:[~2020-02-11 16:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-11 16:33 [Buildroot] [PATCH v17 0/5] gobject-introspection: new package aduskett at gmail.com
2020-02-11 16:34 ` [Buildroot] [PATCH v17 1/5] package/libiberty: " aduskett at gmail.com
2020-02-11 16:34 ` aduskett at gmail.com [this message]
2020-02-11 16:34 ` [Buildroot] [PATCH v17 3/5] package/prelink-cross: " aduskett at gmail.com
2020-02-11 16:34 ` [Buildroot] [PATCH v17 4/5] package/pkgconf: prepend sysroot paths to common gobject-introspection utils aduskett at gmail.com
2020-02-12 13:09 ` Adam Duskett
2020-02-11 16:34 ` [Buildroot] [PATCH v17 5/5] package/gobject-introspection: new package aduskett at gmail.com
2020-02-12 20:09 ` Yegor Yefremov
2020-02-17 14:16 ` Giulio Benetti
2020-02-20 21:39 ` [Buildroot] [PATCH v17 0/5] gobject-introspection: " Yann E. MORIN
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=20200211163404.87262-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox