Skip to content
  • Pedro Alves's avatar
    Build GDB as a C++ program by default · a2358508
    Pedro Alves authored
    This makes --enable-build-with-cxx be "yes" by default.
    
    One must now configure with --enable-build-with-cxx=no in order to
    build with a C compiler.
    
    gdb/ChangeLog:
    2016-04-20  Pedro Alves  <palves@redhat.com>
    
    	* build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
    	* configure: Renegerate.
    
    gdb/gdbserver/ChangeLog:
    2016-04-20  Pedro Alves  <palves@redhat.com>
    
    	* configure: Renegerate.
    a2358508