-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to specify target for Microkit tool
Add the `--tool-target-triple` option to specify which target to build the tool for. Unfortunately Rust does not allow you to cross-compile from Linux to macOS, however this will allow x64 macOS hosts to cross-compile to ARM64 macOS. In theory the reverse would work as well but I have not tried it. Signed-off-by: Ivan Velickovic <[email protected]>
- Loading branch information
1 parent
6eb7b31
commit 34befbc
Showing
1 changed file
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters