summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 0393e6f..d2ac493 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -9,6 +9,8 @@ TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc"
9TOOLCHAIN_pn-cross-localedef-native = "gcc" 9TOOLCHAIN_pn-cross-localedef-native = "gcc"
10TOOLCHAIN_pn-cpufrequtils = "gcc" 10TOOLCHAIN_pn-cpufrequtils = "gcc"
11TOOLCHAIN_pn-elfutils = "gcc" 11TOOLCHAIN_pn-elfutils = "gcc"
12# clang segfaults on firefox see https://bugs.llvm.org/show_bug.cgi?id=34170
13TOOLCHAIN_pn-firefox = "gcc"
12TOOLCHAIN_pn-gcc = "gcc" 14TOOLCHAIN_pn-gcc = "gcc"
13TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc" 15TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc"
14TOOLCHAIN_pn-gcc-cross-canadian-${TARGET_ARCH} = "gcc" 16TOOLCHAIN_pn-gcc-cross-canadian-${TARGET_ARCH} = "gcc"