diff options
author | Pedro Alves <palves@redhat.com> | 2016-10-29 16:14:36 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-10-29 16:14:36 +0100 |
commit | d29469235333ac99df5476499a59998ce49b39fa (patch) | |
tree | fe6db11fc6550ad90eb53e72805a2e8538ff422d /gdb/NEWS | |
parent | 8ba42bc5da8015fd0bd9e7f021af9cb0ef252005 (diff) | |
download | gdb-d29469235333ac99df5476499a59998ce49b39fa.zip gdb-d29469235333ac99df5476499a59998ce49b39fa.tar.gz gdb-d29469235333ac99df5476499a59998ce49b39fa.tar.bz2 |
gdb/NEWS: Mention C++11 requirement
gdb/ChangeLog:
2016-10-29 Pedro Alves <palves@redhat.com>
* NEWS: Adjust to mention C++11 requirement.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |