diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 75eb872b32..931bec79e8 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1482,12 +1482,11 @@ relocatable SDK used to develop applications. When you run the | |||
1482 | installer, it installs the toolchain, which contains the development | 1482 | installer, it installs the toolchain, which contains the development |
1483 | tools (e.g., ``gcc-cross-canadian``, ``binutils-cross-canadian``, and | 1483 | tools (e.g., ``gcc-cross-canadian``, ``binutils-cross-canadian``, and |
1484 | other ``nativesdk-*`` tools), which are tools native to the SDK (i.e. | 1484 | other ``nativesdk-*`` tools), which are tools native to the SDK (i.e. |
1485 | native to :term:`SDK_ARCH`), you | 1485 | native to :term:`SDK_ARCH`), you need to cross-compile and test your |
1486 | need to cross-compile and test your software. The figure shows the | 1486 | software. The figure shows the commands you use to easily build out |
1487 | commands you use to easily build out this toolchain. This | 1487 | this toolchain. This cross-development toolchain is built to execute on the |
1488 | cross-development toolchain is built to execute on the | 1488 | :term:`SDKMACHINE`, which might or might not be the same machine as |
1489 | :term:`SDKMACHINE`, which might or | 1489 | the Build Host. |
1490 | might not be the same machine as the Build Host. | ||
1491 | 1490 | ||
1492 | .. note:: | 1491 | .. note:: |
1493 | 1492 | ||