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

ref-manual, adt-manual: Added links to SDKMACHINE variable.

Now that a glossary entry for SDKMACHINE exists, I needed to
create some links to it where referenced in the ref-manual
and the adt-manual.

(From yocto-docs rev: 6efe13bcda22276e5ef71ebafff6f91961b34679)

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
2013-06-24 18:35:15 +03:00
committed by Richard Purdie
parent b9bf10a5b2
commit 222a9cfa34
2 changed files with 12 additions and 7 deletions
@@ -263,7 +263,8 @@
The figure shows the commands you use to easily build out this
toolchain.
This cross-development toolchain is built to execute on the
<filename>SDKMACHINE</filename>, which might or might not be the same
<link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>,
which might or might not be the same
machine as the Build Host.
<note>
If your target architecture is supported by the Yocto Project,
@@ -320,7 +321,9 @@
</para></listitem>
<listitem><para><filename>gcc-cross-canadian</filename>:
The final relocatable cross-compiler.
When run on the <filename>SDKMACHINE</filename>, this tool
When run on the
<link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>,
this tool
produces executable code that runs on the target device.
</para></listitem>
</itemizedlist>