summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-12 14:37:29 -0700
committerKhem Raj <raj.khem@gmail.com>2017-08-12 14:37:29 -0700
commitf8ed1f21fb1361d50dacffdef3906ac20ede6702 (patch)
treed5fdff5dd9a5da86e9106f5b8356d5662dcbc10e /conf
parentd57536af86b27779125cb30202d562d6d4fbbfdc (diff)
downloadmeta-clang-f8ed1f21fb1361d50dacffdef3906ac20ede6702.tar.gz
Firefox is not buildable with clang
clang segfaults, mark it gcc only until clang is fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to '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"