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:06:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:15 +0100
commit40a17324ce7c3700fec2b925f903286a7d9bbc0b (patch)
treef01319beb5176e1f2e3b343e0a8f4e02ee58d5a7 /documentation/ref-manual/ref-variables.xml
parent76e6f654cded8de094264433d00ea1f3534be932 (diff)
downloadpoky-40a17324ce7c3700fec2b925f903286a7d9bbc0b.tar.gz
ref-manual: Added TARGET_CC_ARCH variable and supporting links.
(From yocto-docs rev: d0887f66e3bc9d420d7ce626d5467bbc6d259b90) 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.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2d1cba7d46..1d491cc1fe 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7701,6 +7701,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7701 </glossdef> 7701 </glossdef>
7702 </glossentry> 7702 </glossentry>
7703 7703
7704 <glossentry id='var-TARGET_CC_ARCH'><glossterm>TARGET_CC_ARCH</glossterm>
7705 <glossdef>
7706 <para>
7707 Specifies architecture-specific C compiler flags for the
7708 target system.
7709 <filename>TARGET_CC_ARCH</filename> is initialized from
7710 <filename>TUNE_CCARGS</filename> by default.
7711 <note>
7712 It is a common workaround to append
7713 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
7714 to <filename>TUNE_CC_ARCH</filename> in recipes
7715 that build software for the target that would not
7716 otherwise respect the exported
7717 <filename>LDFLAGS</filename> variable.
7718 </note>
7719 </para>
7720 </glossdef>
7721 </glossentry>
7722
7704 <glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS</glossterm> 7723 <glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS</glossterm>
7705 <glossdef> 7724 <glossdef>
7706 <para> 7725 <para>