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: GDB 7.11.90 available for testing


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?
> 
> Thanks,
> Pedro Alves

It's in gdb's configure:

$ ./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


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