diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-22 14:08:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:14 +0100 |
commit | 66625b108d893e3ee605622cb5d243baf56afbae (patch) | |
tree | 7bc074c9d76be8d82d020ae7fab18f0dc23d8e04 /documentation/ref-manual/ref-qa-checks.xml | |
parent | 59d810eacae56c126e819a40e017d2819513dc72 (diff) | |
download | poky-66625b108d893e3ee605622cb5d243baf56afbae.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 8571192e8d..78badc2d6b 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
@@ -299,7 +299,7 @@ | |||
299 | </literallayout> | 299 | </literallayout> |
300 | This indicates that binaries produced when building the | 300 | This indicates that binaries produced when building the |
301 | recipe have not been linked with the | 301 | recipe have not been linked with the |
302 | <filename>LDFLAGS</filename> | 302 | <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> |
303 | options provided by the build system. | 303 | options provided by the build system. |
304 | Check to be sure that the <filename>LDFLAGS</filename> variable | 304 | Check to be sure that the <filename>LDFLAGS</filename> variable |
305 | is being passed to the linker command. | 305 | is being passed to the linker command. |