diff options
-rw-r--r-- | conf/nonclangable.conf | 4 |
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 @@ | |||
1 | TOOLCHAIN_pn-u-boot = "gcc" | 1 | TOOLCHAIN_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) | ||
2 | TOOLCHAIN_pn-cpufrequtils = "gcc" | 6 | TOOLCHAIN_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 |
4 | TOOLCHAIN_pn-crash = "gcc" | 8 | TOOLCHAIN_pn-crash = "gcc" |