Try specifying linkers

This commit is contained in:
Aram 🍐 2021-07-31 01:26:20 -04:00
parent 2fd8ffd170
commit 521db292d2

8
.cargo/config Normal file
View 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"