feat: support for cross-compile on ARM64 and ARMv7HF
Some checks failed
gitea-sync/luafcgi/pipeline/head There was a failure building this commit

This commit is contained in:
DanyLE 2023-03-20 17:46:35 +01:00
parent 3ac6971a36
commit 9ddf6467b4

5
.cargo/config Normal file
View File

@ -0,0 +1,5 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"