rqbit/.cargo/config.toml

6 lines
260 B
TOML
Raw Normal View History

2023-07-10 13:19:26 +01:00
[target.arm-unknown-linux-gnueabihf]
2023-11-26 10:26:49 +00:00
rustflags = ["-l", "atomic"]
[target.armv7-unknown-linux-gnueabihf]
# Workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
2023-11-27 17:38:01 +00:00
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition", "-l", "atomic"]