* [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build @ 2019-02-22 9:50 Fabrice Fontaine 2019-02-22 21:28 ` Thomas Petazzoni 2019-03-13 16:51 ` Peter Korsgaard 0 siblings, 2 replies; 4+ messages in thread From: Fabrice Fontaine @ 2019-02-22 9:50 UTC (permalink / raw) To: buildroot Fixes: - http://autobuild.buildroot.org/results/b40bdbca6669a81301fca523e982dbc9584a4e65 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> --- package/gdb/gdb.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index 062f3a730c..a926961372 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -139,6 +139,11 @@ ifneq ($(BR2_INSTALL_LIBSTDCPP),y) GDB_CONF_OPTS += --disable-build-with-cxx endif +# inprocess-agent can't be built statically +ifeq ($(BR2_STATIC_LIBS),y) +GDB_CONF_OPTS += --disable-inprocess-agent +endif + ifeq ($(BR2_PACKAGE_GDB_TUI),y) GDB_CONF_OPTS += --enable-tui else -- 2.14.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build 2019-02-22 9:50 [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build Fabrice Fontaine @ 2019-02-22 21:28 ` Thomas Petazzoni 2019-02-22 21:29 ` Thomas Petazzoni 2019-03-13 16:51 ` Peter Korsgaard 1 sibling, 1 reply; 4+ messages in thread From: Thomas Petazzoni @ 2019-02-22 21:28 UTC (permalink / raw) To: buildroot On Fri, 22 Feb 2019 10:50:44 +0100 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote: > Fixes: > - http://autobuild.buildroot.org/results/b40bdbca6669a81301fca523e982dbc9584a4e65 > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > --- > package/gdb/gdb.mk | 5 +++++ > 1 file changed, 5 insertions(+) Applied to next, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build 2019-02-22 21:28 ` Thomas Petazzoni @ 2019-02-22 21:29 ` Thomas Petazzoni 0 siblings, 0 replies; 4+ messages in thread From: Thomas Petazzoni @ 2019-02-22 21:29 UTC (permalink / raw) To: buildroot On Fri, 22 Feb 2019 22:28:40 +0100 Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote: > On Fri, 22 Feb 2019 10:50:44 +0100 > Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote: > > > Fixes: > > - http://autobuild.buildroot.org/results/b40bdbca6669a81301fca523e982dbc9584a4e65 > > > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > > --- > > package/gdb/gdb.mk | 5 +++++ > > 1 file changed, 5 insertions(+) > > Applied to next, thanks. Sorry: I applied to master. Best regards, Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build 2019-02-22 9:50 [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build Fabrice Fontaine 2019-02-22 21:28 ` Thomas Petazzoni @ 2019-03-13 16:51 ` Peter Korsgaard 1 sibling, 0 replies; 4+ messages in thread From: Peter Korsgaard @ 2019-03-13 16:51 UTC (permalink / raw) To: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > Fixes: > - http://autobuild.buildroot.org/results/b40bdbca6669a81301fca523e982dbc9584a4e65 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed to 2018.02.x and 2018.11.x, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-13 16:51 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-02-22 9:50 [Buildroot] [PATCH 1/1] package/gdb: disable inprocess-agent in static build Fabrice Fontaine 2019-02-22 21:28 ` Thomas Petazzoni 2019-02-22 21:29 ` Thomas Petazzoni 2019-03-13 16:51 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox