summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 70336bb..91b9965 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -45,10 +45,9 @@ TOOLCHAIN_pn-libssp-nonshared = "gcc"
45TOOLCHAIN_pn-libstd-rs = "gcc" 45TOOLCHAIN_pn-libstd-rs = "gcc"
46TOOLCHAIN_pn-m4_powerpc = "gcc" 46TOOLCHAIN_pn-m4_powerpc = "gcc"
47# clang does not have 64bit atomics on mips32 47# clang does not have 64bit atomics on mips32
48TOOLCHAIN_pn-mesa_mips = "gcc" 48# building Mesa 19.3.x with clang causes linker errors on x86/x86-64
49TOOLCHAIN_pn-mesa_mipsel = "gcc" 49# See https://gitlab.freedesktop.org/mesa/mesa/issues/2533
50TOOLCHAIN_pn-mesa_riscv64 = "gcc" 50TOOLCHAIN_pn-mesa = "gcc"
51TOOLCHAIN_pn-mesa_powerpc = "gcc"
52# multiple definition of 'mongo::error_details::isNamedCode<0>' 51# multiple definition of 'mongo::error_details::isNamedCode<0>'
53TOOLCHAIN_pn-mongodb = "gcc" 52TOOLCHAIN_pn-mongodb = "gcc"
54# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments 53# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments