diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -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 @@ | |||
| 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." |
