set aarch64 linker from env variable (#131)

This commit is contained in:
Logan McNaughton
2025-01-12 20:09:15 +01:00
committed by GitHub
parent f2812b0434
commit a013e72fda
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -3,6 +3,3 @@ rustflags = ["-C", "target-cpu=x86-64-v3"]
[target.'cfg(target_arch = "aarch64")']
rustflags = ["-C", "target-cpu=cortex-a76"]
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"