diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.52.3.bb | 2 |
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 | |||
39 | export RUST_TARGET = "${HOST_SYS}" | 39 | export RUST_TARGET = "${HOST_SYS}" |
40 | 40 | ||
41 | RUSTFLAGS:append:mips = " --cfg crossbeam_no_atomic_64" | 41 | RUSTFLAGS:append:mips = " --cfg crossbeam_no_atomic_64" |
42 | RUSTFLAGS:append:mipsel = " --cfg crossbeam_no_atomic_64" | ||
42 | RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" | 43 | RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" |
44 | RUSTFLAGS: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 |