diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-10 08:50:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-11 00:26:07 -0800 |
commit | 93dec321980091b8abfa1f7d72c50b844c63167c (patch) | |
tree | 242bc81d70f3c9aeaf9847b5b1ad7011e21d2330 | |
parent | 0fd7bbf1ccc41529f1d7cea0728b9cae572729ad (diff) | |
download | meta-clang-93dec321980091b8abfa1f7d72c50b844c63167c.tar.gz |
libmodulemd,libblockdev,webkitgtk: Disable g-i on x86-64
Somehow g-i parser is confused with glibc 2.41 headers on x86-64 as well
when using clang, it works ok when using gcc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 6 |
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/ |
709 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" | 709 | GI_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 |
712 | GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" | 712 | GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" |
713 | GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" | 713 | GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" |
714 | GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" | 714 | GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" |
715 | GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" | 715 | GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" |
716 | GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86-64 = "False" | ||
717 | GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86-64 = "False" | ||
718 | GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86-64 = "False" | ||
719 | GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86-64 = "False" | ||