Build GDB as a C++ program by default
authorPedro Alves <palves@redhat.com>
Wed, 20 Apr 2016 22:20:15 +0000 (23:20 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 20 Apr 2016 22:20:15 +0000 (23:20 +0100)
commita23585089d7ba710b238d3d1ab3d34320afa48d0
treebcec1e873a6543f9f07e97781078d04928c08f07
parent5ae0055212a4835793815dbd8fa120d8c63fc7e8
Build GDB as a C++ program by default

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.
gdb/ChangeLog
gdb/build-with-cxx.m4
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure