From 1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 5 Aug 2016 16:54:29 +0100 Subject: 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 * 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 * configure: Regenerate. --- gdb/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 067f86e..8f92ed9 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) -- cgit v1.1