summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-11-06 08:49:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-22 12:20:51 +0000
commitb2e118252d4240eba9bb0dd672bc6aa4adc9a628 (patch)
tree3019ca03738e03aede5427894cb29152646c3579 /documentation
parentba78d2117359dbd6248fb2dd9fffa902ae0b85a7 (diff)
downloadpoky-b2e118252d4240eba9bb0dd672bc6aa4adc9a628.tar.gz
ref-manual: Added GCCVERSION variable description to glossary.
(From yocto-docs rev: 8095f61c0bf0bbfc7fcf83e3f1c080913ed5f17d) 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.xml22
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 @@
5228 </glossdef> 5228 </glossdef>
5229 </glossentry> 5229 </glossentry>
5230 5230
5231 <glossentry id='var-GCCVERSION'><glossterm>GCCVERSION</glossterm>
5232 <info>
5233 GCCVERSION[doc] = "Specifies the default version of the GNU C Compiler (GCC) to use."
5234 </info>
5235 <glossdef>
5236 <para role="glossdeffirst">
5237<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
5238 Specifies the default version of the GNU C Compiler (GCC)
5239 used for compilation.
5240 By default, <filename>GCCVERSION</filename> is set to
5241 "8.x" in the
5242 <filename>meta/conf/distro/include/tcmode-default.inc</filename>
5243 include file:
5244 <literallayout class='monospaced'>
5245 GCCVERSION ?= "8.%"
5246 </literallayout>
5247 You can override this value by setting it in a configuration
5248 file such as the <filename>local.conf</filename>.
5249 </para>
5250 </glossdef>
5251 </glossentry>
5252
5231 <glossentry id='var-GDB'><glossterm>GDB</glossterm> 5253 <glossentry id='var-GDB'><glossterm>GDB</glossterm>
5232 <info> 5254 <info>
5233 GDB[doc] = "The minimal command and arguments to run the GNU Debugger." 5255 GDB[doc] = "The minimal command and arguments to run the GNU Debugger."