summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index afb5ce4..f12466a 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -43,6 +43,9 @@ TOOLCHAIN_pn-libgcc = "gcc"
43TOOLCHAIN_pn-libgcc-initial = "gcc" 43TOOLCHAIN_pn-libgcc-initial = "gcc"
44TOOLCHAIN_pn-libgfortran = "gcc" 44TOOLCHAIN_pn-libgfortran = "gcc"
45 45
46# clang does not have 64bit atomics on mips32
47TOOLCHAIN_pn-mesa_mips = "gcc"
48TOOLCHAIN_pn-mesa_mipsel = "gcc"
46#mozjs17.0.0/js/src/jsinterp.cpp:3684:9: error: cannot jump from this indirect goto statement to one of its possible targets 49#mozjs17.0.0/js/src/jsinterp.cpp:3684:9: error: cannot jump from this indirect goto statement to one of its possible targets
47# DO_NEXT_OP(len); 50# DO_NEXT_OP(len);
48TOOLCHAIN_pn-mozjs = "gcc" 51TOOLCHAIN_pn-mozjs = "gcc"