diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 65b6351..74cfd53 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -403,6 +403,9 @@ COMPILER_RT:pn-libhugetlbfs:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc | |||
403 | # https://github.com/llvm/llvm-project/issues/63743 | 403 | # https://github.com/llvm/llvm-project/issues/63743 |
404 | LIBCPLUSPLUS:pn-apt:toolchain-clang = "-stdlib=libstdc++" | 404 | LIBCPLUSPLUS:pn-apt:toolchain-clang = "-stdlib=libstdc++" |
405 | 405 | ||
406 | # https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals | ||
407 | LIBCPLUSPLUS:pn-pbzip2:toolchain-clang = "-stdlib=libstdc++" | ||
408 | |||
406 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so | 409 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so |
407 | # let same compiler ( gcc or clang) be native/cross compiler | 410 | # let same compiler ( gcc or clang) be native/cross compiler |
408 | # | gcc: error: unrecognized command line option ‘-Qunused-arguments’ | 411 | # | gcc: error: unrecognized command line option ‘-Qunused-arguments’ |