Skip to content

Commit

Permalink
Added armv7-unknown-linux-gnueabihf build target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Mar 16, 2024
1 parent 84ae3cb commit 96395ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
[target.i686-unknown-linux-gnu]
linker = "i686-linux-gnu-gcc"
[target.x86_64-unknown-linux-gnu]
Expand Down

0 comments on commit 96395ec

Please sign in to comment.