Added armhf linker to cargo-config.toml
This commit is contained in:
parent
240bea532b
commit
398f472430
|
@ -1,3 +1,6 @@
|
|||
[build]
|
||||
# Target musl-libc by default when running Cargo.
|
||||
target = "x86_64-unknown-linux-musl"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc-4.7"
|
||||
|
|
Loading…
Reference in a new issue