+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
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)
;;
(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)
+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
--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