Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/5] Add gdb 8.1 support, switch to 8.0 as default, drop old versions
@ 2018-02-05 21:10 Thomas Petazzoni
  2018-02-05 21:10 ` [Buildroot] [PATCH v2 1/5] package/gdb: rework dependency for C++11 Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Thomas Petazzoni @ 2018-02-05 21:10 UTC (permalink / raw)
  To: buildroot

Hello,

This is just a respin of Romain's series on gdb, with only two
changes, but somewhat important ones:

 - An additional commit (first in the series) that reworks how the
   host and target gdb dependencies are handled. Indeed, switching to
   gdb 8.0 by default has a consequence, because it needs C++11
   support in the toolchain, and that breaks with how the dependencies
   were currently expressed. See the commit log of PATCH 1 for
   details.

 - In the patch bumping to 8.1, remove the MPFR handling that Romain
   did: it was not correct to bring host-mpfr as a dependency for the
   host gdb when the target mpfr package was enabled. Since mpfr
   support in gdb for the target is not needed (it's only used when
   host != target), we don't support that and pass --without-mpfr. For
   the host, we also pass --without-mpfr, as we don't support this
   optional feature for the moment.

 - The patch bumping to 8.1 is adjust afer the dependency changes.

 - All other patches are unchanged.

Thomas

Romain Naour (4):
  package/gdb: bump to version 8.1
  package/gdb: switch to 8.0 as the default version
  package/gdb: remove 7.10
  package/gdb: remove 7.11

Thomas Petazzoni (1):
  package/gdb: rework dependency for C++11

 Config.in.legacy           | 14 ++++++++++++++
 package/gdb/Config.in      | 15 +++++++++++++++
 package/gdb/Config.in.host | 21 ++++++++-------------
 package/gdb/gdb.hash       |  3 +--
 package/gdb/gdb.mk         |  4 +++-
 5 files changed, 41 insertions(+), 16 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-02-08  8:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-05 21:10 [Buildroot] [PATCH v2 0/5] Add gdb 8.1 support, switch to 8.0 as default, drop old versions Thomas Petazzoni
2018-02-05 21:10 ` [Buildroot] [PATCH v2 1/5] package/gdb: rework dependency for C++11 Thomas Petazzoni
2018-02-07  9:58   ` Yann E. MORIN
2018-02-07 12:36     ` Thomas Petazzoni
2018-02-07 17:34       ` Yann E. MORIN
2018-02-08  0:22         ` Arnout Vandecappelle
2018-02-08  8:05           ` Thomas Petazzoni
2018-02-05 21:10 ` [Buildroot] [PATCH v2 2/5] package/gdb: bump to version 8.1 Thomas Petazzoni
2018-02-07 10:02   ` Yann E. MORIN
2018-02-07 12:36     ` Thomas Petazzoni
2018-02-05 21:10 ` [Buildroot] [PATCH v2 3/5] package/gdb: switch to 8.0 as the default version Thomas Petazzoni
2018-02-07 10:10   ` Yann E. MORIN
2018-02-05 21:10 ` [Buildroot] [PATCH v2 4/5] package/gdb: remove 7.10 Thomas Petazzoni
2018-02-07 10:12   ` Yann E. MORIN
2018-02-05 21:10 ` [Buildroot] [PATCH v2 5/5] package/gdb: remove 7.11 Thomas Petazzoni
2018-02-07 10:13   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox