[PATCH+7.12,1/1] gdb/NEWS: Mention C++ is now the default

Message ID e4a1cca7-c655-8a4d-7fd0-bbd4d2800de2@redhat.com
State New, archived
Headers

Commit Message

Pedro Alves Aug. 5, 2016, 4:15 p.m. UTC
  On 08/03/2016 05:25 PM, Eli Zaretskii wrote:

> The text is okay, but I think "./configure --help" should mention
> "--disable-build-with-cxx", as it does with all the other options that
> are enabled by default.
> 

That's now done, so here's what I'm pushing to master and 7.12,
updated to talk about --disable-build-with-cxx.

From 71cf9b4a255d120100391d1f661fbaf556fccea7 Mon Sep 17 00:00:00 2001
From: Pedro Alves <palves@redhat.com>
Date: Fri, 5 Aug 2016 17:09:31 +0100
Subject: [PATCH] gdb/NEWS: Mention that C++ is now the default

gdb/ChangeLog:
2016-08-05  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(+)
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index 4d72027..b08d8a0 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 is now enabled by
+  default.  One must now explicitly configure with
+  --disable-build-with-cxx 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.