Skip to content

Commit

Permalink
tomlplusplus: Pin to use libstdc++ with clang
Browse files Browse the repository at this point in the history
libc++ seems to result in test failures, perhaps something to fix
in toml++ but it needs to be triaged.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 18, 2024
1 parent d3180c5 commit 43dc966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ LIBCPLUSPLUS:pn-poco:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++"
# See https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_3/108964413
LIBCPLUSPLUS:pn-tomlplusplus: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
Expand Down

0 comments on commit 43dc966

Please sign in to comment.