1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2014-05-22 16:06:07 +03:00
committed by Richard Purdie
parent 76e6f654cd
commit 40a17324ce
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -305,7 +305,7 @@
is being passed to the linker command.
A common workaround for this situation is to pass in
<filename>LDFLAGS</filename> using
<filename>TARGET_CC_ARCH</filename>
<link linkend='var-TARGET_CC_ARCH'><filename>TARGET_CC_ARCH</filename></link>
within the recipe as follows:
<literallayout class='monospaced'>
TARGET_CC_ARCH += "${LDFLAGS}"