mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
No longer using `cross`, so Cross.toml is not needed any more. Instead releases are just built with cargo build --release.
8 lines
216 B
Text
8 lines
216 B
Text
[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"
|