summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 11:49:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:17 +0100
commit4fac0dd0962868586f663459848c44a219695598 (patch)
treeef5824096e8a306b7abe507428510d1054622f65 /documentation/ref-manual/ref-variables.xml
parent3cf5feeadf5c5a82ce2f3926975c835df28df31d (diff)
downloadpoky-4fac0dd0962868586f663459848c44a219695598.tar.gz
ref-manual: Edits to the LDFLAGS variable.
(From yocto-docs rev: c9aed9429902ecdedfdfc0241e94d10b145af859) 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.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