Fix ARM linker ref
This commit is contained in:
parent
398f472430
commit
d4ed745186
|
@ -2,5 +2,5 @@
|
|||
# Target musl-libc by default when running Cargo.
|
||||
target = "x86_64-unknown-linux-musl"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf]
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc-4.7"
|
||||
|
|
Loading…
Reference in a new issue