mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Add armhf support for cross compilation
This commit is contained in:
parent
ca93d12c91
commit
6219046521
2 changed files with 4 additions and 0 deletions
2
.cargo/config
Normal file
2
.cargo/config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[target.arm-unknown-linux-gnueabihf]
|
||||||
|
linker = "arm-linux-gnueabihf-gcc"
|
2
Cross.toml
Normal file
2
Cross.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[target.arm-unknown-linux-gnueabihf]
|
||||||
|
image = "rustcross/arm-unknown-linux-gnueabihf"
|
Loading…
Reference in a new issue