clrigctl/.cargo/config.toml
Martin Brodbeck e79c1d0f41 Add support for cross-compilation.
Target: Raspberry Pi 2-5. Tested with Debian Bookworm.
2023-12-01 10:38:18 +01:00

5 lines
90 B
TOML

[build]
# Pi 2/3/4/5
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"