We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb6e8b commit ff4d12bCopy full SHA for ff4d12b
meta-chromium/recipes-browser/chromium/chromium.inc
@@ -22,6 +22,9 @@ TOOLCHAIN:class-native = "clang"
22
# part of the build still use libstdc++ and libgcc though (see
23
# https://github.com/kraj/meta-clang/issues/449).
24
RUNTIME = "llvm"
25
+# TC_CXX_RUNTIME is same as RUNTIME but adopted by yocto project
26
+# eventually RUNTIME will be removed
27
+TC_CXX_RUNTIME = "llvm"
28
29
# meta-clang uses RUNTIME variable to add build dependencies on libcxx/compiler-rt
30
# but does not add compiler options to commandline. It expects compiler's own
0 commit comments