File tree 1 file changed +0
-10
lines changed
meta-chromium/recipes-browser/chromium 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,6 @@ TOOLCHAIN:class-native = "clang"
24
24
# https://github.com/kraj/meta-clang/issues/449).
25
25
RUNTIME = "llvm"
26
26
27
- # meta-clang uses RUNTIME variable to add build dependencies on libcxx/compiler-rt
28
- # but does not add compiler options to commandline. It expects compiler's own
29
- # defaults to be used and compiler's buildtime defaults are chosen based on
30
- # global RUNTIME variable setting when building clang compiler, which defaults to 'gnu'.
31
- # For chromium libc++ is expected to be used therefore ensure that
32
- # right build flags are set for chromium irrespective of
33
- # distro defaults (which could be 'gnu' or 'llvm').
34
- # This also ensures that it does not rely too much on meta-clang's defaults.
35
- LIBCPLUSPLUS = "-stdlib=libc++"
36
-
37
27
inherit mime -xdg pythonnative
38
28
DEPENDS += "python-setuptools-native"
39
29
You can’t perform that action at this time.
0 commit comments