diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-09-18 23:07:23 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2017-09-18 23:32:42 -0700 |
| commit | 230a6ccae1e7ab1651a68642ef678a0ca4802423 (patch) | |
| tree | 5570c246a6f60e995dcd09c5739fbb601c2e6572 | |
| parent | f8b519fcbf88c5328a83065aac0b3c029e0f8f5f (diff) | |
| download | meta-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.conf | 3 |
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" | |||
| 43 | TOOLCHAIN_pn-libgcc-initial = "gcc" | 43 | TOOLCHAIN_pn-libgcc-initial = "gcc" |
| 44 | TOOLCHAIN_pn-libgfortran = "gcc" | 44 | TOOLCHAIN_pn-libgfortran = "gcc" |
| 45 | 45 | ||
| 46 | # clang does not have 64bit atomics on mips32 | ||
| 47 | TOOLCHAIN_pn-mesa_mips = "gcc" | ||
| 48 | TOOLCHAIN_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); |
| 48 | TOOLCHAIN_pn-mozjs = "gcc" | 51 | TOOLCHAIN_pn-mozjs = "gcc" |
