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.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index df7d4bfbae..dfe428c9d0 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7972,6 +7972,12 @@ system and gives an overview of their function and contents.
7972 toolchain. You can use ``meta-sourcery`` as a template for adding 7972 toolchain. You can use ``meta-sourcery`` as a template for adding
7973 support for other external toolchains. 7973 support for other external toolchains.
7974 7974
7975 :term:`TC_CXX_RUNTIME`
7976 Specifies the C/C++ STL and runtime variant to use during
7977 the build process. Default value is 'gnu'
7978
7979 You can select "gnu", "llvm", or "android".
7980
7975 :term:`TEMPLATECONF` 7981 :term:`TEMPLATECONF`
7976 Specifies the directory used by the build system to find templates 7982 Specifies the directory used by the build system to find templates
7977 from which to build the ``bblayers.conf`` and ``local.conf`` files. 7983 from which to build the ``bblayers.conf`` and ``local.conf`` files.