Fix ARM linker ref

This commit is contained in:
Adrian Calinescu 2018-03-25 16:48:44 +03:00 committed by GitHub
parent 398f472430
commit d4ed745186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"