diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-17 13:06:56 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-17 22:08:18 -0700 |
commit | 43dc9669e430be5d7390ce14bdbb82a33456c4f0 (patch) | |
tree | 9a6257617314d749ae496723ad77ef9a3b57f98a | |
parent | d3180c5e597f587c822192caba3ceced2452b861 (diff) | |
download | meta-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.conf | 2 |
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++" | |||
417 | LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++" | 417 | LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++" |
418 | LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++" | 418 | LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++" |
419 | LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++" | 419 | LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++" |
420 | # See https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_3/108964413 | ||
421 | LIBCPLUSPLUS: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 |