Add armv7 build
This commit is contained in:
parent
7292522139
commit
f33346adfb
3 changed files with 24 additions and 4 deletions
|
|
@ -1,2 +1,6 @@
|
|||
[target.arm-unknown-linux-gnueabihf]
|
||||
rustflags = ["-l", "atomic"]
|
||||
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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue