summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-17 13:06:56 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-17 22:08:18 -0700
commit43dc9669e430be5d7390ce14bdbb82a33456c4f0 (patch)
tree9a6257617314d749ae496723ad77ef9a3b57f98a
parentd3180c5e597f587c822192caba3ceced2452b861 (diff)
downloadmeta-clang-43dc9669e430be5d7390ce14bdbb82a33456c4f0.tar.gz
tomlplusplus: Pin to use libstdc++ with clang
libc++ seems to result in test failures, perhaps something to fix in toml++ but it needs to be triaged. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index ba9dc77..c7ed37f 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -417,6 +417,8 @@ LIBCPLUSPLUS:pn-poco:toolchain-clang = "-stdlib=libstdc++"
417LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++" 417LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++"
418LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++" 418LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++"
419LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++" 419LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++"
420# See https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_3/108964413
421LIBCPLUSPLUS:pn-tomlplusplus:toolchain-clang = "-stdlib=libstdc++"
420 422
421# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so 423# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so
422# let same compiler ( gcc or clang) be native/cross compiler 424# let same compiler ( gcc or clang) be native/cross compiler