diff options
author | Pedro Alves <palves@redhat.com> | 2016-08-05 16:54:29 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-08-05 16:54:29 +0100 |
commit | 1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd (patch) | |
tree | 8843f7377446683b06b1b92860e36c14101a4951 /gdb/ChangeLog | |
parent | b126985ec3f922f86a9fa164cc0f443b1aa9e0bb (diff) | |
download | gdb-1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd.zip gdb-1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd.tar.gz gdb-1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd.tar.bz2 |
gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...
We build by default with a C++ compiler, but "configure --help" still
says "--enable-build-with-cxx", which hints that it is by default
disabled. Update the --help text.
gdb/ChangeLog:
2016-08-05 Pedro Alves <palves@redhat.com>
* build-with-cxx.m4: Change help string to be in terms of
--disable-build-with-cxx.
* configure: Regenerate.
gdb/gdbserver/ChangeLog:
2016-08-05 Pedro Alves <palves@redhat.com>
* configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35a206e..08bc082 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2016-08-05 Pedro Alves <palves@redhat.com> + + * build-with-cxx.m4: Change help string to be in terms of + --disable-build-with-cxx. + * configure: Regenerate. + 2016-08-04 Yao Qi <yao.qi@linaro.org> * aarch64-linux-nat.c (tdesc_arm_with_vfpv3): Remove the |