diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c3e36c90cf..da23d563e6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5228,6 +5228,28 @@ + GCCVERSION + + GCCVERSION[doc] = "Specifies the default version of the GNU C Compiler (GCC) to use." + + + + + Specifies the default version of the GNU C Compiler (GCC) + used for compilation. + By default, GCCVERSION is set to + "8.x" in the + meta/conf/distro/include/tcmode-default.inc + include file: + + GCCVERSION ?= "8.%" + + You can override this value by setting it in a configuration + file such as the local.conf. + + + + GDB GDB[doc] = "The minimal command and arguments to run the GNU Debugger."