summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index cd235e633e..bd1441196b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -894,8 +894,8 @@
894 <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm> 894 <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm>
895 <glossdef> 895 <glossdef>
896 <para> 896 <para>
897 Specifies the flags to pass to the C pre-processor and 897 Specifies the flags to pass to the C pre-processor
898 eventually to both the C and C++ compilers when building 898 (i.e. to both the C and the C++ compilers) when building
899 for the build host. 899 for the build host.
900 When building in the <filename>native</filename> context, 900 When building in the <filename>native</filename> context,
901 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link> 901 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>
@@ -7774,9 +7774,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7774 <note> 7774 <note>
7775 It is a common workaround to append 7775 It is a common workaround to append
7776 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> 7776 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
7777 to <filename>TUNE_CC_ARCH</filename> in recipes 7777 to <filename>TARGET_CC_ARCH</filename>
7778 that build software for the target that would not 7778 in recipes that build software for the target that
7779 otherwise respect the exported 7779 would not otherwise respect the exported
7780 <filename>LDFLAGS</filename> variable. 7780 <filename>LDFLAGS</filename> variable.
7781 </note> 7781 </note>
7782 </para> 7782 </para>