gdb/NEWS: Mention C++11 requirement

gdb/ChangeLog:
2016-10-29  Pedro Alves  <palves@redhat.com>

	* NEWS: Adjust to mention C++11 requirement.
This commit is contained in:
Pedro Alves 2016-10-29 16:14:36 +01:00
parent 8ba42bc5da
commit d294692353
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-10-29 Pedro Alves <palves@redhat.com>
* NEWS: Adjust to mention C++11 requirement.
2016-10-29 Eli Zaretskii <eliz@gnu.org>
* NEWS: Mention support for redirection on MS-Windows.

View File

@ -3,7 +3,9 @@
*** Changes since GDB 7.12
* GDB and GDBserver now require building with a C++ compiler.
* GDB and GDBserver now require building with a C++11 compiler.
For example, GCC 4.8 or later.
It is no longer possible to build GDB or GDBserver with a C
compiler. The --disable-build-with-cxx configure option has been