diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 4f9f3ff..6cd335e 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -433,6 +433,9 @@ LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++" | |||
433 | # See https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_3/108964413 | 433 | # See https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_3/108964413 |
434 | LIBCPLUSPLUS:pn-tomlplusplus:toolchain-clang = "-stdlib=libstdc++" | 434 | LIBCPLUSPLUS:pn-tomlplusplus:toolchain-clang = "-stdlib=libstdc++" |
435 | LIBCPLUSPLUS:pn-doxygen:toolchain-clang = "-stdlib=libstdc++" | 435 | LIBCPLUSPLUS:pn-doxygen:toolchain-clang = "-stdlib=libstdc++" |
436 | # https://www.mail-archive.com/freebsd-pkg-fallout@freebsd.org/msg2394451.html | ||
437 | LIBCPLUSPLUS:pn-snort3:toolchain-clang = "-stdlib=libstdc++" | ||
438 | LIBCPLUSPLUS:pn-libdaq:toolchain-clang = "-stdlib=libstdc++" | ||
436 | 439 | ||
437 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so | 440 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so |
438 | # let same compiler ( gcc or clang) be native/cross compiler | 441 | # let same compiler ( gcc or clang) be native/cross compiler |