summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-22 16:19:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:15 +0100
commit6b8dc790c12e91cc22808b8f2b3c5989d2fb075e (patch)
treea17c61055debec5af24a22d2916059185b8d36c6 /documentation/ref-manual/ref-variables.xml
parent40a17324ce7c3700fec2b925f903286a7d9bbc0b (diff)
downloadpoky-6b8dc790c12e91cc22808b8f2b3c5989d2fb075e.tar.gz
ref-manual: Added TUNE_CCARGS variable and supporting links.
(From yocto-docs rev: c06a389bb447ea35314f7545d19ef12fb8812fb9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>