Skip to content

Commit

Permalink
pbzip2: Do not use libc++ for now
Browse files Browse the repository at this point in the history
it need to be ported to not use generic char_traits

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 3, 2024
1 parent 0efe6a0 commit b3f75be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ COMPILER_RT:pn-libhugetlbfs:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc
# https://github.com/llvm/llvm-project/issues/63743
LIBCPLUSPLUS:pn-apt:toolchain-clang = "-stdlib=libstdc++"

# https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals
LIBCPLUSPLUS:pn-pbzip2:toolchain-clang = "-stdlib=libstdc++"

# 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’
Expand Down

0 comments on commit b3f75be

Please sign in to comment.