summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index e488161..af38ae7 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -1,6 +1,10 @@
1# https://github.com/llvm/llvm-project/issues/78337 1# https://github.com/llvm/llvm-project/issues/78337
2TOOLCHAIN:pn-kernel-selftest = "gcc" 2TOOLCHAIN:pn-kernel-selftest = "gcc"
3 3
4# x86_64/musl build fails with
5# gtk4/4.12.5/build/gtk/libgtk-4.so.1: unsupported relocation type 37
6TOOLCHAIN:pn-gtk4:libc-musl:x86-64 = "gcc"
7
4TOOLCHAIN:pn-cpufrequtils = "gcc" 8TOOLCHAIN:pn-cpufrequtils = "gcc"
5 9
6TOOLCHAIN:pn-grub:genericx86-64 = "gcc" 10TOOLCHAIN:pn-grub:genericx86-64 = "gcc"