This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH+7.12 1/1] gdb/NEWS: Mention C++ is now the default
- From: Pedro Alves <palves at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 3 Aug 2016 15:49:10 +0100
- Subject: [PATCH+7.12 1/1] gdb/NEWS: Mention C++ is now the default
- Authentication-results: sourceware.org; auth=none
- References: <1470235750-14321-1-git-send-email-palves@redhat.com>
gdb/ChangeLog:
yyyy-mm-dd Pedro Alves <palves@redhat.com>
* NEWS: Mention that GDB and GDBserver build with a C++ compiler by
default.
---
gdb/NEWS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gdb/NEWS b/gdb/NEWS
index 4d72027..43737cb 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5,6 +5,13 @@
*** Changes in GDB 7.12
+* GDB and GDBserver now build with a C++ compiler by default.
+
+ The --enable-build-with-cxx configure option now defaults to "yes".
+ One must now explicitly configure with --enable-build-with-cxx=no in
+ order to build with a C compiler. This option will be removed in a
+ future release.
+
* GDBserver now supports recording btrace without maintaining an active
GDB connection.
--
2.5.5