librsvg: Disable 64bit atomics on riscv32/mipsel in crossbeam

(From OE-Core rev: d1635d80c2e0c8680c0af9966eb6007700601c39)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2021-11-06 08:36:56 -07:00
committed by Richard Purdie
parent 099199c951
commit ed151b32e8

View File

@@ -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