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.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>