From ed151b32e8f199652a7d8b7e3c0fe00256e64a84 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 6 Nov 2021 08:36:56 -0700 Subject: librsvg: Disable 64bit atomics on riscv32/mipsel in crossbeam (From OE-Core rev: d1635d80c2e0c8680c0af9966eb6007700601c39) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-gnome/librsvg/librsvg_2.52.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-gnome/librsvg') diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.52.3.bb index 6c4850271d..f1d1a8f9f4 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.52.3.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.52.3.bb @@ -39,7 +39,9 @@ export RUST_TARGET_PATH export RUST_TARGET = "${HOST_SYS}" RUSTFLAGS:append:mips = " --cfg crossbeam_no_atomic_64" +RUSTFLAGS:append:mipsel = " --cfg crossbeam_no_atomic_64" RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" +RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64" # rust-cross writes the target linker binary into target json definition without any flags. # This breaks here because the linker isn't going to work without at least knowing where -- cgit v1.2.3-54-g00ecf