diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-22 16:06:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:15 +0100 |
commit | 40a17324ce7c3700fec2b925f903286a7d9bbc0b (patch) | |
tree | f01319beb5176e1f2e3b343e0a8f4e02ee58d5a7 /documentation/ref-manual/ref-qa-checks.xml | |
parent | 76e6f654cded8de094264433d00ea1f3534be932 (diff) | |
download | poky-40a17324ce7c3700fec2b925f903286a7d9bbc0b.tar.gz |
ref-manual: Added TARGET_CC_ARCH variable and supporting links.
(From yocto-docs rev: d0887f66e3bc9d420d7ce626d5467bbc6d259b90)
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 78badc2d6b..e17fc2c216 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
@@ -305,7 +305,7 @@ | |||
305 | is being passed to the linker command. | 305 | is being passed to the linker command. |
306 | A common workaround for this situation is to pass in | 306 | A common workaround for this situation is to pass in |
307 | <filename>LDFLAGS</filename> using | 307 | <filename>LDFLAGS</filename> using |
308 | <filename>TARGET_CC_ARCH</filename> | 308 | <link linkend='var-TARGET_CC_ARCH'><filename>TARGET_CC_ARCH</filename></link> |
309 | within the recipe as follows: | 309 | within the recipe as follows: |
310 | <literallayout class='monospaced'> | 310 | <literallayout class='monospaced'> |
311 | TARGET_CC_ARCH += "${LDFLAGS}" | 311 | TARGET_CC_ARCH += "${LDFLAGS}" |