summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-18 23:07:23 -0700
committerKhem Raj <raj.khem@gmail.com>2017-09-18 23:32:42 -0700
commit230a6ccae1e7ab1651a68642ef678a0ca4802423 (patch)
tree5570c246a6f60e995dcd09c5739fbb601c2e6572
parentf8b519fcbf88c5328a83065aac0b3c029e0f8f5f (diff)
downloadmeta-clang-230a6ccae1e7ab1651a68642ef678a0ca4802423.tar.gz
mesa: Use gcc for mips
Clang does not provide needed atomics on mips Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"