diff options
Diffstat (limited to 'documentation')
-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. |