]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...
authorPedro Alves <palves@redhat.com>
Fri, 5 Aug 2016 15:55:20 +0000 (16:55 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 5 Aug 2016 15:55:20 +0000 (16:55 +0100)
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.

gdb/ChangeLog
gdb/build-with-cxx.m4
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure

index 1e14dfdeb8e80019a85bc92bb3ff3723eed950ea..e153168ae8c06017290bdb3dc9fb65558ee02bf7 100644 (file)
@@ -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
index 6077278a9e8750a6f16dd611e6a0a639d15c5aa4..58caa8a402f56211fdd8d4c872f884f45d57f5da 100644 (file)
@@ -22,7 +22,7 @@ dnl allowing a user to build with a C++ compiler.
 AC_DEFUN([GDB_AC_BUILD_WITH_CXX],
 [
   AC_ARG_ENABLE(build-with-cxx,
-  AS_HELP_STRING([--enable-build-with-cxx], [build with C++ compiler instead of C compiler]),
+  AS_HELP_STRING([--disable-build-with-cxx], [build with C compiler instead of C++ compiler]),
     [case $enableval in
       yes | no)
          ;;
index 067f86e5e2725da6298bf4f6bd9c3b146a5ca7c4..8f92ed92c3a4b704bd0817e2c9a3c88a2acc2b78 100755 (executable)
@@ -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)
index 13562e04ace691a50c26e5249b7987c7293f6f5f..c147a1d8a7e811d9365eb28947917b9c15d3a453 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-05  Pedro Alves  <palves@redhat.com>
+
+       * configure: Regenerate.
+
 2016-08-04  Yao Qi  <yao.qi@linaro.org>
 
        * linux-low.c (regsets_fetch_inferior_registers): Check
index 2926deb51f6c5646e285b1a9224935c0cf76e77f..80fa1f3d1f3aedb4cfdff9da5bc950ec877e051d 100755 (executable)
@@ -1339,7 +1339,8 @@ Optional Features:
   --enable-maintainer-mode  enable make rules and dependencies not useful
                          (and sometimes confusing) to the casual installer
   --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-libmcheck      Try linking with -lmcheck if available
   --enable-werror         treat compile warnings as errors
   --enable-build-warnings enable build-time compiler warnings if gcc is used