6 lines
No EOL
260 B
TOML
6 lines
No EOL
260 B
TOML
[target.arm-unknown-linux-gnueabihf]
|
|
rustflags = ["-l", "atomic"]
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
# Workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
|
|
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition", "-l", "atomic"] |