diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-10-20 17:24:28 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-20 21:47:26 -0700 |
| commit | f6fde34bac836e08b52209a9fa0b8571094c4ee1 (patch) | |
| tree | db2d2b2bff37dfbdfb8bc914c0332a13b9933c30 /conf | |
| parent | 320c3a087790267dc9accdb6efedbbcf1f34e57f (diff) | |
| download | meta-clang-f6fde34bac836e08b52209a9fa0b8571094c4ee1.tar.gz | |
mesa: Use clang to compile on rv64
latest clang can compile mesa just fine
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 48e2174..d906661 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -50,10 +50,7 @@ TOOLCHAIN:pn-iwd = "gcc" | |||
| 50 | #| cargo:warning= ^ | 50 | #| cargo:warning= ^ |
| 51 | TOOLCHAIN:pn-libstd-rs = "gcc" | 51 | TOOLCHAIN:pn-libstd-rs = "gcc" |
| 52 | TOOLCHAIN:pn-m4:powerpc = "gcc" | 52 | TOOLCHAIN:pn-m4:powerpc = "gcc" |
| 53 | # clang does not have 64bit atomics on mips32 | 53 | # clang does not have 64bit atomics on ppc |
| 54 | #TOOLCHAIN:pn-mesa:mips = "gcc" | ||
| 55 | #TOOLCHAIN:pn-mesa:mipsel = "gcc" | ||
| 56 | TOOLCHAIN:pn-mesa:riscv64 = "gcc" | ||
| 57 | TOOLCHAIN:pn-mesa:powerpc = "gcc" | 54 | TOOLCHAIN:pn-mesa:powerpc = "gcc" |
| 58 | # variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments | 55 | # variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments |
| 59 | TOOLCHAIN:pn-omxplayer = "gcc" | 56 | TOOLCHAIN:pn-omxplayer = "gcc" |
