summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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 a8752f5ca8..9f3a67c64f 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8931,6 +8931,16 @@ system and gives an overview of their function and contents.
8931 portion of an eSDK. This is similar to :term:`TOOLCHAIN_HOST_TASK` 8931 portion of an eSDK. This is similar to :term:`TOOLCHAIN_HOST_TASK`
8932 applying to SDKs. 8932 applying to SDKs.
8933 8933
8934 :term:`TOOLCHAIN_OPTIONS`
8935 This variable holds extra options passed to the compiler and the linker
8936 for non ``-native`` recipes as they have to point to their custom
8937 ``sysroot`` folder pointed to by :term:`RECIPE_SYSROOT`::
8938
8939 TOOLCHAIN_OPTIONS = " --sysroot=${RECIPE_SYSROOT}"
8940
8941 Native recipes don't need this variable to be set, as they are
8942 built for the host machine with the native compiler.
8943
8934 :term:`TOOLCHAIN_OUTPUTNAME` 8944 :term:`TOOLCHAIN_OUTPUTNAME`
8935 This variable defines the name used for the toolchain output. The 8945 This variable defines the name used for the toolchain output. The
8936 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets 8946 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets