diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-22 14:34:22 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:14 +0100 |
commit | da5d2afed38810cda519b5ccdbabdd909dbf72e9 (patch) | |
tree | 488e93ca4305c62310532d4f0b32453ebc18edc2 | |
parent | 19d2f6f4ad054e5db55a800fd3e70fd9b8f0b64e (diff) | |
download | poky-da5d2afed38810cda519b5ccdbabdd909dbf72e9.tar.gz |
ref-manual: Added TARGET_LDFLAGS variable and supporting links.
(From yocto-docs rev: 23843e4476b03c6bb75fd4c1b079ccae526ac3a3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 93c655926e..05e6f39ed5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4185,8 +4185,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4185 | varies depending on what is being built: | 4185 | varies depending on what is being built: |
4186 | <itemizedlist> | 4186 | <itemizedlist> |
4187 | <listitem><para> | 4187 | <listitem><para> |
4188 | <filename>TARGET_LDFLAGS</filename> when building | 4188 | <link linkend='var-TARGET_LDFLAGS'><filename>TARGET_LDFLAGS</filename></link> |
4189 | for the target | 4189 | when building for the target |
4190 | </para></listitem> | 4190 | </para></listitem> |
4191 | <listitem><para> | 4191 | <listitem><para> |
4192 | <link linkend='var-BUILD_LDFLAGS'><filename>BUILD_LDFLAGS</filename></link> | 4192 | <link linkend='var-BUILD_LDFLAGS'><filename>BUILD_LDFLAGS</filename></link> |
@@ -7538,6 +7538,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7538 | </glossdef> | 7538 | </glossdef> |
7539 | </glossentry> | 7539 | </glossentry> |
7540 | 7540 | ||
7541 | <glossentry id='var-TARGET_LDFLAGS'><glossterm>TARGET_LDFLAGS</glossterm> | ||
7542 | <glossdef> | ||
7543 | <para> | ||
7544 | Specifies the flags to pass to the linker when building | ||
7545 | for the target. | ||
7546 | When building in the target context, | ||
7547 | <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> | ||
7548 | is set to the value of this variable by default. | ||
7549 | </para> | ||
7550 | </glossdef> | ||
7551 | </glossentry> | ||
7552 | |||
7541 | <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm> | 7553 | <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm> |
7542 | <glossdef> | 7554 | <glossdef> |
7543 | <para>Specifies the target's operating system. | 7555 | <para>Specifies the target's operating system. |