diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index f17291f2cb..17f96b52ff 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -263,7 +263,8 @@ | |||
263 | The figure shows the commands you use to easily build out this | 263 | The figure shows the commands you use to easily build out this |
264 | toolchain. | 264 | toolchain. |
265 | This cross-development toolchain is built to execute on the | 265 | This cross-development toolchain is built to execute on the |
266 | <filename>SDKMACHINE</filename>, which might or might not be the same | 266 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, |
267 | which might or might not be the same | ||
267 | machine as the Build Host. | 268 | machine as the Build Host. |
268 | <note> | 269 | <note> |
269 | If your target architecture is supported by the Yocto Project, | 270 | If your target architecture is supported by the Yocto Project, |
@@ -320,7 +321,9 @@ | |||
320 | </para></listitem> | 321 | </para></listitem> |
321 | <listitem><para><filename>gcc-cross-canadian</filename>: | 322 | <listitem><para><filename>gcc-cross-canadian</filename>: |
322 | The final relocatable cross-compiler. | 323 | The final relocatable cross-compiler. |
323 | When run on the <filename>SDKMACHINE</filename>, this tool | 324 | When run on the |
325 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, | ||
326 | this tool | ||
324 | produces executable code that runs on the target device. | 327 | produces executable code that runs on the target device. |
325 | </para></listitem> | 328 | </para></listitem> |
326 | </itemizedlist> | 329 | </itemizedlist> |