diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-06 08:49:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:54 +0000 |
commit | d6725d934d78d35b7e232ff8fdc51792ccac3d1e (patch) | |
tree | b0cf1eeee83c3581cd57787dea142e4fa239ab13 /documentation | |
parent | 425b42f720fa1ef84dc7eabe6433a282175ff0a1 (diff) | |
download | poky-d6725d934d78d35b7e232ff8fdc51792ccac3d1e.tar.gz poky-d6725d934d78d35b7e232ff8fdc51792ccac3d1e.tar.bz2 poky-d6725d934d78d35b7e232ff8fdc51792ccac3d1e.zip |
ref-manual: Added GCCVERSION variable description to glossary.
(From yocto-docs rev: f48ffe39e2d0c1bc57579e4ee457c72b7c626ad1)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ </glossdef> </glossentry> + <glossentry id='var-GCCVERSION'><glossterm>GCCVERSION</glossterm> + <info> + GCCVERSION[doc] = "Specifies the default version of the GNU C Compiler (GCC) to use." + </info> + <glossdef> + <para role="glossdeffirst"> +<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> + Specifies the default version of the GNU C Compiler (GCC) + used for compilation. + By default, <filename>GCCVERSION</filename> is set to + "8.x" in the + <filename>meta/conf/distro/include/tcmode-default.inc</filename> + include file: + <literallayout class='monospaced'> + GCCVERSION ?= "8.%" + </literallayout> + You can override this value by setting it in a configuration + file such as the <filename>local.conf</filename>. + </para> + </glossdef> + </glossentry> + <glossentry id='var-GDB'><glossterm>GDB</glossterm> <info> GDB[doc] = "The minimal command and arguments to run the GNU Debugger." |