aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorFelix Willgerodt <felix.willgerodt@intel.com>2024-02-19 15:52:03 +0100
committerFelix Willgerodt <felix.willgerodt@intel.com>2024-02-21 09:35:39 +0100
commit9eb450d26f28f78b0b7d665971e190f583034150 (patch)
tree2db968de51c4c214d73bf58568d42f00fe9abadf /gdb/doc
parent0ac6b8701fc8fcdec83edac91f44c9c5bb8d2952 (diff)
downloadgdb-9eb450d26f28f78b0b7d665971e190f583034150.zip
gdb-9eb450d26f28f78b0b7d665971e190f583034150.tar.gz
gdb-9eb450d26f28f78b0b7d665971e190f583034150.tar.bz2
gdb: Document C++17 build requirement.
We require C++17 to build for a while now: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=f74dc26792a0679e29db45e56367331ff48666d1 Reviewed-By: Lancelot Six <lancelot.six@amd.com>
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index e4b89cf..7980548 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -40555,9 +40555,9 @@ Other packages will be used only if they are found.
@heading Tools/Packages Necessary for Building @value{GDBN}
@table @asis
-@item C@t{++}11 compiler
-@value{GDBN} is written in C@t{++}11. It should be buildable with any
-recent C@t{++}11 compiler, e.g.@: GCC.
+@item C@t{++}17 compiler
+@value{GDBN} is written in C@t{++}17. It should be buildable with any
+recent C@t{++}17 compiler, e.g.@: GCC.
@item GNU make
@value{GDBN}'s build system relies on features only found in the GNU