summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3d772f9ec4..f6cb5c0163 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7888,6 +7888,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7888 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> 7888 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
7889 is set to the value of this variable by default. 7889 is set to the value of this variable by default.
7890 </para> 7890 </para>
7891
7892 <para>
7893 Additionally, the SDK's environment setup script sets
7894 the
7895 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
7896 variable in the environment to the
7897 <filename>TARGET_LDFLAGS</filename> value so that
7898 executables built using the SDK also have the flags
7899 applied.
7900 </para>
7891 </glossdef> 7901 </glossdef>
7892 </glossentry> 7902 </glossentry>
7893 7903