Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] gdb: Require a C++11 compiler
@ 2016-10-27 19:21 Pedro Alves
  2016-10-27 19:21 ` [PATCH 2/2] gdb: Require C++11 Pedro Alves
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Pedro Alves @ 2016-10-27 19:21 UTC (permalink / raw)
  To: gdb-patches

As previously discussed, this patch set makes GDB require a C++11
compiler.

You'll find the previous discussions referenced here:
  https://sourceware.org/ml/gdb-patches/2016-10/msg00607.html

This is basically the same as I had sent here:
  https://sourceware.org/ml/gdb-patches/2016-10/msg00336.html

The only difference is a single-line change that makes C++11 a
mandatory instead of enabling it iff supported.

Pedro Alves (2):
  gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive
  gdb: Require C++11

 gdb/Makefile.in              |   6 +-
 gdb/acinclude.m4             |   2 +
 gdb/ax_cxx_compile_stdcxx.m4 | 567 +++++++++++++++++++++++++
 gdb/config.in                |   3 +
 gdb/configure                | 981 ++++++++++++++++++++++++++++++++++++++++++-
 gdb/configure.ac             |   4 +
 gdb/gdbserver/Makefile.in    |   5 +-
 gdb/gdbserver/acinclude.m4   |   2 +
 gdb/gdbserver/config.in      |   3 +
 gdb/gdbserver/configure      | 981 ++++++++++++++++++++++++++++++++++++++++++-
 gdb/gdbserver/configure.ac   |   4 +
 11 files changed, 2552 insertions(+), 6 deletions(-)
 create mode 100644 gdb/ax_cxx_compile_stdcxx.m4

-- 
2.5.5


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

end of thread, other threads:[~2016-11-04 14:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-27 19:21 [PATCH 0/2] gdb: Require a C++11 compiler Pedro Alves
2016-10-27 19:21 ` [PATCH 2/2] gdb: Require C++11 Pedro Alves
     [not found]   ` <20161028104718.540c10ed@ThinkPad>
2016-10-28  9:03     ` Pedro Alves
2016-10-28 10:44       ` Philipp Rudo
2016-11-03 15:39   ` Yao Qi
2016-11-03 15:58     ` Pedro Alves
2016-11-03 16:11       ` Yao Qi
2016-10-27 19:21 ` [PATCH 1/2] gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive Pedro Alves
2016-10-28 12:07 ` [PATCH 0/2] gdb: Require a C++11 compiler Yao Qi
2016-10-28 15:08   ` Pedro Alves
2016-10-28 17:17     ` [PATCH] gdb/NEWS: Mention C++11 requirement Pedro Alves
2016-10-29  6:13       ` Eli Zaretskii
2016-10-29 15:18         ` Pedro Alves
2016-10-29 15:29           ` Eli Zaretskii
2016-10-29 15:35             ` Pedro Alves
2016-11-01 11:00 ` [PATCH 0/2] gdb: Require a C++11 compiler Richard Earnshaw (lists)
2016-11-01 16:53   ` Pedro Alves
2016-11-02 14:51     ` Richard Earnshaw (lists)
2016-11-02 15:58       ` Pedro Alves
2016-11-04 13:31     ` Maciej W. Rozycki
2016-11-04 14:46       ` Pedro Alves

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