From f8ed1f21fb1361d50dacffdef3906ac20ede6702 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 12 Aug 2017 14:37:29 -0700 Subject: Firefox is not buildable with clang clang segfaults, mark it gcc only until clang is fixed Signed-off-by: Khem Raj --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) 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" TOOLCHAIN_pn-cross-localedef-native = "gcc" TOOLCHAIN_pn-cpufrequtils = "gcc" TOOLCHAIN_pn-elfutils = "gcc" +# clang segfaults on firefox see https://bugs.llvm.org/show_bug.cgi?id=34170 +TOOLCHAIN_pn-firefox = "gcc" TOOLCHAIN_pn-gcc = "gcc" TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc" TOOLCHAIN_pn-gcc-cross-canadian-${TARGET_ARCH} = "gcc" -- cgit v1.2.3-54-g00ecf