ref-manual: Updated "Cross-Development Toolchain Generation"

I added a note about the extensible SDK not including gcc-canadian-cross.

(From yocto-docs rev: 53866854af53e97c9d8ca8d0771e12a7744ad6bd)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-03-08 09:56:37 -08:00 committed by Richard Purdie
parent ee90cc6bf0
commit 77f002ca64
1 changed files with 6 additions and 0 deletions

View File

@ -219,6 +219,12 @@
You can think of <filename>gcc-cross</filename> simply as an
automatically generated cross-compiler that is used internally within
BitBake only.
<note>
The extensible SDK does not use
<filename>gcc-cross-canadian</filename> since the SDK ships
a copy of the OpenEmbedded build system and the sysroot contains
<filename>gcc-cross</filename>.
</note>
</para>
<para>