From 40a17324ce7c3700fec2b925f903286a7d9bbc0b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 May 2014 16:06:07 +0300 Subject: ref-manual: Added TARGET_CC_ARCH variable and supporting links. (From yocto-docs rev: d0887f66e3bc9d420d7ce626d5467bbc6d259b90) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/ref-qa-checks.xml') 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 @@ is being passed to the linker command. A common workaround for this situation is to pass in LDFLAGS using - TARGET_CC_ARCH + TARGET_CC_ARCH within the recipe as follows: TARGET_CC_ARCH += "${LDFLAGS}" -- cgit v1.2.3-54-g00ecf