From: Khem Raj Date: Sat, 6 Nov 2021 15:36:56 +0000 (-0700) Subject: librsvg: Disable 64bit atomics on riscv32/mipsel in crossbeam X-Git-Tag: uninative-3.5~935 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d1635d80c2e0c8680c0af9966eb6007700601c39;p=openembedded-core.git librsvg: Disable 64bit atomics on riscv32/mipsel in crossbeam Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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