]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bitbake.conf: Define TC_CXX_RUNTIME
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Sep 2022 16:52:04 +0000 (09:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Sep 2022 07:31:22 +0000 (08:31 +0100)
commita32f4309aec277cac01c1fd8c78e28d0fd63b064
tree0d4be8da7b4b26306a477fa87ba3f8ecf06a65f8
parent2d96499823f7de6e16a461426491e015ba63c1ec
bitbake.conf: 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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf