File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
meta-chromium/recipes-browser/chromium Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ DEPENDS += " \
84
84
qemu-native \
85
85
virtual/libgl \
86
86
"
87
- DEPEND_append_runtime -llvm = " compiler-rt-native libcxx-native"
87
+ DEPEND : append : runtime -llvm = " compiler-rt-native libcxx-native"
88
88
89
89
# The wrapper script we use from upstream requires bash.
90
90
RDEPENDS :${PN} = "bash"
@@ -254,9 +254,9 @@ GN_ARGS += ' \
254
254
'
255
255
256
256
# Use libcxx headers for native parts
257
- BUILD_CPPFLAGS_append_rumtime -llvm = " -isysroot=${STAGING_DIR_NATIVE} -stdlib=libc++"
257
+ BUILD_CPPFLAGS : append : rumtime -llvm = " -isysroot=${STAGING_DIR_NATIVE} -stdlib=libc++"
258
258
# Use libgcc for native parts
259
- BUILD_LDFLAGS_append_runtime -llvm = " -rtlib=libgcc -unwindlib=libgcc -stdlib=libc++ -lc++abi -rpath ${STAGING_LIBDIR_NATIVE} "
259
+ BUILD_LDFLAGS : append : runtime -llvm = " -rtlib=libgcc -unwindlib=libgcc -stdlib=libc++ -lc++abi -rpath ${STAGING_LIBDIR_NATIVE} "
260
260
261
261
# Toolchains we will use for the build. We need to point to the toolchain file
262
262
# we've created, set the right target architecture and make sure we are not
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ BUILD_LD = "${CXX}"
28
28
BUILD_AR = "llvm-ar"
29
29
30
30
DEPENDS = "clang-native ninja-native"
31
- DEPENDS_append_runtime -llvm = " compiler-rt-native libcxx-native"
31
+ DEPENDS : append : runtime -llvm = " compiler-rt-native libcxx-native"
32
32
# Use libcxx headers for native parts
33
- CXXFLAGS_append_runtime -llvm = " -isysroot=${STAGING_DIR_NATIVE} -stdlib=libc++"
33
+ CXXFLAGS : append : runtime -llvm = " -isysroot=${STAGING_DIR_NATIVE} -stdlib=libc++"
34
34
# Use libgcc for native parts
35
- LDFLAGS_append_runtime -llvm = " -rtlib=libgcc -unwindlib=libgcc -stdlib=libc++ -lc++abi -rpath ${STAGING_LIBDIR_NATIVE} "
35
+ LDFLAGS : append : runtime -llvm = " -rtlib=libgcc -unwindlib=libgcc -stdlib=libc++ -lc++abi -rpath ${STAGING_LIBDIR_NATIVE} "
36
36
37
37
do_configure [noexec ] = "1"
38
38
You can’t perform that action at this time.
0 commit comments