This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB 7.11.90 available for testing
On 08/03/2016 04:44 PM, Simon Marchi wrote:
> On 16-08-03 11:10 AM, Pedro Alves wrote:
>> On 08/02/2016 04:29 PM, Eli Zaretskii wrote:
>>
>>> . The default compiler is now g++, but "configure --help" still says
>>> "--enable-build-with-cxx", which hints that it is by default
>>> disabled. I suggest to update the --help text.
>>
>> I don't see that in my builds. Looking at print_gdb_configuration,
>> I can't see where that would be coming from either. Do you have a
>> local patch, perhaps?
>
> It's in gdb's configure:
Ah, for some reason I misread and understood that Eli was talking
about gdb --configuration. Sorry about that.
>
> $ ./gdb/configure --help
> ...
> --enable-build-with-cxx build with C++ compiler instead of C compiler
> ...
>
>
> It should probably say:
>
> --disable-build-with-cxx build with C compiler instead of C++ compiler
>
Fine with me. Guess I should amend my NEWS patch to talk about that
instead.
Thanks,
Pedro Alves