diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-22 14:25:20 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:14 +0100 |
| commit | 19d2f6f4ad054e5db55a800fd3e70fd9b8f0b64e (patch) | |
| tree | 3c648c1fc0655d565016e4639f8263817278e919 /documentation | |
| parent | 66625b108d893e3ee605622cb5d243baf56afbae (diff) | |
| download | poky-19d2f6f4ad054e5db55a800fd3e70fd9b8f0b64e.tar.gz | |
ref-manual: Added the BUILD_LDFLAGS variable and supporting links.
(From yocto-docs rev: c353688ed6a6a923dd174a9dedf97c8ac3f128a6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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> |
