]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: Document C++17 build requirement.
authorFelix Willgerodt <felix.willgerodt@intel.com>
Mon, 19 Feb 2024 14:52:03 +0000 (15:52 +0100)
committerFelix Willgerodt <felix.willgerodt@intel.com>
Wed, 21 Feb 2024 08:35:39 +0000 (09:35 +0100)
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>
gdb/doc/gdb.texinfo

index e4b89cfccfcf774c62b42ee6f673348715381f66..79805486dd68ee26196606b8a83ea06cb2077f92 100644 (file)
@@ -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