From 02daae4d37d795f505116d2badf26e8a74d93ec0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Apr 2022 11:19:39 -0700 Subject: 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 --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) 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" TOOLCHAIN:pn-mesa:powerpc = "gcc" # clang fails with db.c:(.text+0x188): unsupported bss-plt -fPIC ifunc mmio_write64_be TOOLCHAIN:pn-rdma-core:powerpc = "gcc" +# usermode qemu crashes when running binaries from clang + rust compiler on ppc32 +TOOLCHAIN:pn-librsvg:powerpc = "gcc" # variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments TOOLCHAIN:pn-omxplayer = "gcc" # error: return address can be determined only for current frame -- cgit v1.2.3-54-g00ecf