mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user