summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-09 09:52:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-24 17:44:55 +0100
commita79e1bb7abb7fa09f9e29d078c4f845dd39e3b4b (patch)
tree52c0466edc6dec4f9616ac41632de41671e66673 /documentation
parentbe8a48e0de987842b5969fc89b75d97b8fd7f118 (diff)
downloadpoky-a79e1bb7abb7fa09f9e29d078c4f845dd39e3b4b.tar.gz
ref-manual: Define TC_CXX_RUNTIME
This variable is used to denote the C/C++ compiler runtime to use. Right now there are few alternatives out of the core which could use this variable to define this property, the values it can take are 'gnu' for gcc runtime. 'llvm' for using compiler-rt+libc++ and 'android' to use android runtime. Default settings is to use gnu which is current silent default also. (From yocto-docs rev: 9094510e08b3a7b215b0d3ebecf66475a57b4c7e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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.