Skip to content

Commit

Permalink
Merge pull request #61 from hug-dev/cross-compile
Browse files Browse the repository at this point in the history
Add cross-compilation logic for Mbed Crypto
  • Loading branch information
hug-dev authored Oct 30, 2019
2 parents bbaee33 + 6ef1c97 commit 5a02bc4
Show file tree
Hide file tree
Showing 7 changed files with 223 additions and 168 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.aarch64-unknown-linux-gnu]
# Use the Arm GNU linker when cross-compiling. It might be possible to directly
# use rust-lld here (see #55).
linker = "aarch64-linux-gnu-ld"
Loading

0 comments on commit 5a02bc4

Please sign in to comment.