summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-qa-checks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
-rw-r--r--documentation/ref-manual/ref-qa-checks.xml2
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}"