diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-24 11:19:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-24 17:50:57 -0700 |
commit | 02daae4d37d795f505116d2badf26e8a74d93ec0 (patch) | |
tree | 3ff9c1961d7bd8c38ac327ac6d0110fd88a0ca6e | |
parent | e8b870b3c0a0ca0ef7d41551b6e8a607d1a39433 (diff) | |
download | meta-clang-02daae4d37d795f505116d2badf26e8a74d93ec0.tar.gz |
librsvg: Use gcc compiler on ppc32
qemu crashes when using clang, this is not a complete fix either but its
a marker to rememeber the problem.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 069c343..60f052d 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -45,6 +45,8 @@ TOOLCHAIN:pn-m4:powerpc = "gcc" | |||
45 | TOOLCHAIN:pn-mesa:powerpc = "gcc" | 45 | TOOLCHAIN:pn-mesa:powerpc = "gcc" |
46 | # clang fails with db.c:(.text+0x188): unsupported bss-plt -fPIC ifunc mmio_write64_be | 46 | # clang fails with db.c:(.text+0x188): unsupported bss-plt -fPIC ifunc mmio_write64_be |
47 | TOOLCHAIN:pn-rdma-core:powerpc = "gcc" | 47 | TOOLCHAIN:pn-rdma-core:powerpc = "gcc" |
48 | # usermode qemu crashes when running binaries from clang + rust compiler on ppc32 | ||
49 | TOOLCHAIN:pn-librsvg:powerpc = "gcc" | ||
48 | # variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments | 50 | # variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments |
49 | TOOLCHAIN:pn-omxplayer = "gcc" | 51 | TOOLCHAIN:pn-omxplayer = "gcc" |
50 | # error: return address can be determined only for current frame | 52 | # error: return address can be determined only for current frame |