Skip to content

Commit ff4d12b

Browse files
authored
chromium: Define TC_CXX_RUNTIME (#764)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent ffb6e8b commit ff4d12b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ TOOLCHAIN:class-native = "clang"
2222
# part of the build still use libstdc++ and libgcc though (see
2323
# https://github.com/kraj/meta-clang/issues/449).
2424
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"
2528

2629
# meta-clang uses RUNTIME variable to add build dependencies on libcxx/compiler-rt
2730
# but does not add compiler options to commandline. It expects compiler's own

0 commit comments

Comments
 (0)