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 f92a066..fad4b52 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -1,4 +1,8 @@
1TOOLCHAIN_pn-u-boot = "gcc" 1TOOLCHAIN_pn-u-boot = "gcc"
2# In file included from utils/aperf.c:56:
3# utils/cpuid.h:17:8: error: invalid output constraint '=a' in asm
4# : "=a" (*eax),
5# (seen on aarch64 with clang 12.0, cpufrequtils 008)
2TOOLCHAIN_pn-cpufrequtils = "gcc" 6TOOLCHAIN_pn-cpufrequtils = "gcc"
3# crash embeds version of gdb which is not buildable with clang 7# crash embeds version of gdb which is not buildable with clang
4TOOLCHAIN_pn-crash = "gcc" 8TOOLCHAIN_pn-crash = "gcc"