summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 517c35d032..87081d94b9 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8508,6 +8508,16 @@ system and gives an overview of their function and contents.
8508 portion of an eSDK. This is similar to :term:`TOOLCHAIN_HOST_TASK` 8508 portion of an eSDK. This is similar to :term:`TOOLCHAIN_HOST_TASK`
8509 applying to SDKs. 8509 applying to SDKs.
8510 8510
8511 :term:`TOOLCHAIN_OPTIONS`
8512 This variable holds extra options passed to the compiler and the linker
8513 for non ``-native`` recipes as they have to point to their custom
8514 ``sysroot`` folder pointed to by :term:`RECIPE_SYSROOT`::
8515
8516 TOOLCHAIN_OPTIONS = " --sysroot=${RECIPE_SYSROOT}"
8517
8518 Native recipes don't need this variable to be set, as they are
8519 built for the host machine with the native compiler.
8520
8511 :term:`TOOLCHAIN_OUTPUTNAME` 8521 :term:`TOOLCHAIN_OUTPUTNAME`
8512 This variable defines the name used for the toolchain output. The 8522 This variable defines the name used for the toolchain output. The
8513 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets 8523 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets