diff options
-rw-r--r-- | conf/nonclangable.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index cac734d..f546058 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -703,3 +703,9 @@ SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" | |||
703 | # qemu usermode crashes when using clang as system compiler but works with gcc | 703 | # qemu usermode crashes when using clang as system compiler but works with gcc |
704 | # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ | 704 | # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ |
705 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" | 705 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" |
706 | |||
707 | # in following 4 recipes g-i fails to parse glibc 2.41 headers with clang | ||
708 | GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" | ||
709 | GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" | ||
710 | GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" | ||
711 | GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" | ||