From e9e802d4fe228ec3031f57d2db42454c9cd591a7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 9 Nov 2023 07:07:46 -0800 Subject: [PATCH] librsvg: Enable 64bit atomics in crossbeam again for riscv32 This works all fine now. Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- meta/recipes-gnome/librsvg/librsvg_2.56.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb index b1b7c8d0fc3..43d4059cf2f 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb @@ -39,7 +39,6 @@ export RUST_TARGET = "${RUST_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" do_configure[postfuncs] += "cargo_common_do_configure" -- 2.47.3