mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
librsvg: Enable 64bit atomics in crossbeam again for riscv32
This works all fine now. (From OE-Core rev: e9e802d4fe228ec3031f57d2db42454c9cd591a7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user