summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index db2d081..2a19368 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -362,6 +362,10 @@ COMPILER_RT:pn-tsocks:libc-glibc:toolchain-clang:x86-64 = "-rtlib=libgcc --unwin
362#clang-8: error: linker command failed with exit code 1 (use -v to see invocation) 362#clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
363COMPILER_RT:pn-libhugetlbfs:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc" 363COMPILER_RT:pn-libhugetlbfs:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc"
364 364
365# Does not compile with libc++ from clang 17+ anymore see
366# https://github.com/llvm/llvm-project/issues/63743
367LIBCPLUSPLUS:pn-apt:toolchain-clang = "-stdlib=libstdc++"
368
365# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so 369# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so
366# let same compiler ( gcc or clang) be native/cross compiler 370# let same compiler ( gcc or clang) be native/cross compiler
367# | gcc: error: unrecognized command line option ‘-Qunused-arguments’ 371# | gcc: error: unrecognized command line option ‘-Qunused-arguments’