diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
| -rw-r--r-- | documentation/ref-manual/technical-details.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 106bb2c315..3485ee3506 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
| @@ -327,9 +327,22 @@ | |||
| 327 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, | 327 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, |
| 328 | this tool | 328 | this tool |
| 329 | produces executable code that runs on the target device. | 329 | produces executable code that runs on the target device. |
| 330 | Only one cross-canadian compiler is produced per architecture | ||
| 331 | since they can be targeted at different processor optimizations | ||
| 332 | using configurations passed to the compiler through the | ||
| 333 | compile commands. | ||
| 334 | This saves the need to have multiple compilers present and | ||
| 335 | hence reduces the size of the toolchains. | ||
| 330 | </para></listitem> | 336 | </para></listitem> |
| 331 | </itemizedlist> | 337 | </itemizedlist> |
| 332 | </para> | 338 | </para> |
| 339 | |||
| 340 | <note> | ||
| 341 | For information on advantages gained when building a | ||
| 342 | cross-development toolchain installer, see the | ||
| 343 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | ||
| 344 | section in the Yocto Project Application Developer's Guide. | ||
| 345 | </note> | ||
| 333 | </section> | 346 | </section> |
| 334 | 347 | ||
| 335 | <section id="shared-state-cache"> | 348 | <section id="shared-state-cache"> |
