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


> From: Pedro Alves <palves@redhat.com>
> Date: Wed,  3 Aug 2016 15:49:10 +0100
> 
> 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.

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.


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