aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-08-05 16:54:29 +0100
committerPedro Alves <palves@redhat.com>2016-08-05 16:54:29 +0100
commit1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd (patch)
tree8843f7377446683b06b1b92860e36c14101a4951 /gdb/configure
parentb126985ec3f922f86a9fa164cc0f443b1aa9e0bb (diff)
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/configure')
-rwxr-xr-xgdb/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure
index 067f86e5e2..8f92ed92c3 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -1503,7 +1503,8 @@ Optional Features:
(and sometimes confusing) to the casual installer
--enable-plugins Enable support for plugins
--disable-largefile omit support for large files
- --enable-build-with-cxx build with C++ compiler instead of C compiler
+ --disable-build-with-cxx
+ build with C compiler instead of C++ compiler
--enable-targets=TARGETS
alternative target configurations
--enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)