This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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(+)

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.
 
-- 
2.5.5



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]