summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-02 22:12:41 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-18 07:32:26 -0700
commitabccc71daacfaf0f366c7d3aa759bbddb1a59098 (patch)
tree129b3c7e3313dd76d1be091ad22976270673bdde
parent814d20901a71fd4d98a5a67789d69ef7e9a2169c (diff)
downloadmeta-clang-abccc71daacfaf0f366c7d3aa759bbddb1a59098.tar.gz
pbzip2: Do not use libc++ for now
it need to be ported to not use generic char_traits Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
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
404LIBCPLUSPLUS:pn-apt:toolchain-clang = "-stdlib=libstdc++" 404LIBCPLUSPLUS:pn-apt:toolchain-clang = "-stdlib=libstdc++"
405 405
406# https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals
407LIBCPLUSPLUS: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’