summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 4a5f70d..9a577c7 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -708,8 +708,12 @@ SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og"
708# see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ 708# see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/
709GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" 709GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False"
710 710
711# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang 711# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang on x86 arches
712GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" 712GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False"
713GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" 713GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False"
714GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" 714GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False"
715GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" 715GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False"
716GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86-64 = "False"
717GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86-64 = "False"
718GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86-64 = "False"
719GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86-64 = "False"