summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.52.3.bb2
1 files changed, 2 insertions, 0 deletions
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
39export RUST_TARGET = "${HOST_SYS}" 39export RUST_TARGET = "${HOST_SYS}"
40 40
41RUSTFLAGS:append:mips = " --cfg crossbeam_no_atomic_64" 41RUSTFLAGS:append:mips = " --cfg crossbeam_no_atomic_64"
42RUSTFLAGS:append:mipsel = " --cfg crossbeam_no_atomic_64"
42RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" 43RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64"
44RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64"
43 45
44# rust-cross writes the target linker binary into target json definition without any flags. 46# rust-cross writes the target linker binary into target json definition without any flags.
45# This breaks here because the linker isn't going to work without at least knowing where 47# This breaks here because the linker isn't going to work without at least knowing where