summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 24c0faa1ef..93c655926e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -879,6 +879,18 @@
879 </glossdef> 879 </glossdef>
880 </glossentry> 880 </glossentry>
881 881
882 <glossentry id='var-BUILD_LDFLAGS'><glossterm>BUILD_LDFLAGS</glossterm>
883 <glossdef>
884 <para>
885 Specifies the flags to pass to the linker when building
886 for the build host.
887 When building in the <filename>-native</filename> context,
888 <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
889 is set to the value of this variable by default.
890 </para>
891 </glossdef>
892 </glossentry>
893
882 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm> 894 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm>
883 <glossdef> 895 <glossdef>
884 <para> 896 <para>
@@ -4177,8 +4189,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4177 for the target 4189 for the target
4178 </para></listitem> 4190 </para></listitem>
4179 <listitem><para> 4191 <listitem><para>
4180 <filename>BUILD_LDFLAGS</filename> when building 4192 <link linkend='var-BUILD_LDFLAGS'><filename>BUILD_LDFLAGS</filename></link>
4181 for the build host (i.e. 4193 when building for the build host (i.e.
4182 <filename>-native</filename>) 4194 <filename>-native</filename>)
4183 </para></listitem> 4195 </para></listitem>
4184 <listitem><para> 4196 <listitem><para>