diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-12 18:01:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-21 10:30:52 -0700 |
commit | fe6241e492e12b8df8c3aac0583b3d55fda380b8 (patch) | |
tree | 76e7a5de5f945d886b39b0233e1f54bd0421e754 | |
parent | f26b8ea31eea468eac53f7218f9e9895d3c3b6d3 (diff) | |
download | meta-clang-fe6241e492e12b8df8c3aac0583b3d55fda380b8.tar.gz |
gerbera: Dont force libc++ when using clang
It mixes libstdc++ and libc++ and results in
libspdlog.a(spdlog.cpp.o): undefined reference to symbol '_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc@@GLIBCXX_3.4.21'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6ef16fe..0d139b6 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -275,8 +275,6 @@ COMPILER_RT_pn-libc-bench_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" | |||
275 | COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" | 275 | COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" |
276 | COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" | 276 | COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" |
277 | 277 | ||
278 | RUNTIME_pn-gerbera_toolchain-clang = "llvm" | ||
279 | |||
280 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so | 278 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so |
281 | # let same compiler ( gcc or clang) be native/cross compiler | 279 | # let same compiler ( gcc or clang) be native/cross compiler |
282 | # | gcc: error: unrecognized command line option ‘-Qunused-arguments’ | 280 | # | gcc: error: unrecognized command line option ‘-Qunused-arguments’ |