1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ref-manual: Added LDFLAGS variable and supporting links.

(From yocto-docs rev: 58d583c9167feee65d7d22b343ea250cb8807261)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2014-05-22 14:08:13 +03:00
committed by Richard Purdie
parent 59d810eaca
commit 66625b108d
3 changed files with 34 additions and 2 deletions
@@ -4159,6 +4159,37 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-LDFLAGS'><glossterm>LDFLAGS</glossterm>
<glossdef>
<para>
Specifies the flags to pass to the linker.
This variable is exported to an environment
variable and thus made visible to the software being
built during the compilation step.
</para>
<para>
Default initialization for <filename>LDFLAGS</filename>
varies depending on what is being built:
<itemizedlist>
<listitem><para>
<filename>TARGET_LDFLAGS</filename> when building
for the target
</para></listitem>
<listitem><para>
<filename>BUILD_LDFLAGS</filename> when building
for the build host (i.e.
<filename>-native</filename>)
</para></listitem>
<listitem><para>
<filename>BUILDSDK_LDFLAGS</filename> when building
for an SDK (i.e. <filename>-nativesdk</filename>)
</para></listitem>
</itemizedlist>
</para>
</glossdef>
</glossentry>
<glossentry id='var-LEAD_SONAME'><glossterm>LEAD_SONAME</glossterm>
<glossdef>
<para>