diff options
-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 |