From fe6241e492e12b8df8c3aac0583b3d55fda380b8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Aug 2020 18:01:38 -0700 Subject: 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 --- conf/nonclangable.conf | 2 -- 1 file changed, 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" COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc" -RUNTIME_pn-gerbera_toolchain-clang = "llvm" - # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so # let same compiler ( gcc or clang) be native/cross compiler # | gcc: error: unrecognized command line option ‘-Qunused-arguments’ -- cgit v1.2.3-54-g00ecf