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+NEWS] gdb/: Require a C++ compiler


> From: Pedro Alves <palves@redhat.com>
> Date: Fri, 2 Sep 2016 01:44:38 +0100
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 6f5feb1..99e1013 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,12 @@
>  
>  *** Changes since GDB 7.12
>  
> +* GDB and GDBserver now require building with a C++ compiler.
> +
> +  It is no longer possible to build GDB or GDBserver with a C
> +  compiler.  The --disable-build-with-cxx configure option has been
> +  removed.
> +
>  * Support for thread names on MS-Windows.
>  
>    GDB now catches and handles the special exception that programs

OK for this part.


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