Skip to content

Commit

Permalink
add linker for aarch64-unknown-linux-gnu target
Browse files Browse the repository at this point in the history
  • Loading branch information
ultram4rine committed May 30, 2022
1 parent a45f1f5 commit 33d0d7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

0 comments on commit 33d0d7c

Please sign in to comment.