Skip to content

Commit

Permalink
armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Jun 28, 2024
1 parent e4945ae commit 21fa238
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,3 +1,6 @@
[target.armv7-unknown-linux-gnueabihf]
ar = "arm-linux-gnueabihf-gcc"
linker = "arm-linux-gnueabihf-gcc"
[target.aarch64-unknown-linux-gnu]
ar = "aarch64-linux-gnu-gcc"
linker = "aarch64-linux-gnu-gcc"
Expand Down

0 comments on commit 21fa238

Please sign in to comment.