mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-11-30 16:20:25 -05:00
Try specifying linkers
This commit is contained in:
parent
2fd8ffd170
commit
521db292d2
1 changed files with 8 additions and 0 deletions
8
.cargo/config
Normal file
8
.cargo/config
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[target.aarch64-unknown-linux-gnu]
|
||||||
|
linker = "aarch64-linux-gnu-gcc"
|
||||||
|
|
||||||
|
[target.arm-unknown-linux-gnueabihf]
|
||||||
|
linker = "arm-linux-gnueabihf-gcc"
|
||||||
|
|
||||||
|
[target.armv7-unknown-linux-gnueabihf]
|
||||||
|
linker = "arm-linux-gnueabihf-gcc"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue