From b2e118252d4240eba9bb0dd672bc6aa4adc9a628 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 6 Nov 2018 08:49:16 -0800 Subject: ref-manual: Added GCCVERSION variable description to glossary. (From yocto-docs rev: 8095f61c0bf0bbfc7fcf83e3f1c080913ed5f17d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'documentation') 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." -- cgit v1.2.3-54-g00ecf