summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1d491cc1fe..bf9127c69f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7707,7 +7707,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7707 Specifies architecture-specific C compiler flags for the 7707 Specifies architecture-specific C compiler flags for the
7708 target system. 7708 target system.
7709 <filename>TARGET_CC_ARCH</filename> is initialized from 7709 <filename>TARGET_CC_ARCH</filename> is initialized from
7710 <filename>TUNE_CCARGS</filename> by default. 7710 <link linkend='var-TUNE_CCARGS'><filename>TUNE_CCARGS</filename></link>
7711 by default.
7711 <note> 7712 <note>
7712 It is a common workaround to append 7713 It is a common workaround to append
7713 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> 7714 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
@@ -8252,6 +8253,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8252 </glossdef> 8253 </glossdef>
8253 </glossentry> 8254 </glossentry>
8254 8255
8256 <glossentry id='var-TUNE_CCARGS'><glossterm>TUNE_CCARGS</glossterm>
8257 <glossdef>
8258 <para>
8259 Specifies architecture-specific C compiler flags for
8260 the target system.
8261 The set of flags is based on the selected tune features.
8262 <filename>TUNE_CCARGS</filename> is set using
8263 the tune include files, which are typically under
8264 <filename>meta/conf/machine/include/</filename> and are
8265 influenced through <filename>TUNE_FEATURES</filename>.
8266 <note>
8267 Board Support Packages (BSPs) can supply their own
8268 set of flags.
8269 </note>
8270 </para>
8271 </glossdef>
8272 </glossentry>
8273
8255 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm> 8274 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm>
8256 <glossdef> 8275 <glossdef>
8257 <para> 8276 <para>