[PATCH 02/36] Add --enable-build-with-cxx configure switch

Pedro Alves palves@redhat.com
Fri Feb 27 16:29:00 GMT 2015


On 02/27/2015 02:20 PM, Yao Qi wrote:
> Pedro Alves <palves@redhat.com> writes:
> 
>> The -Werror idea here was just so that we could put C or C++-specific
>> warnings in build_warnings and have them automatically filtered out.
>>
>> I ended up explicitly splitting C vs C++ specific warnings now,
>> so this -Werror is gone.
>>
>> I also moved "-fpermissive" to $COMPILER instead, as really that's
>> a C++ mode, not a warning flag.  We want to use it even if gdb is
>> configured with --enable-build-warning=no.
>>
>> Here's the new version.  Let me know what you think.
> 
> That is fine by me.

Great, I've pushed this one in.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list