-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Arm version requires a dependency that is only available when the target is thumbv8m.main-none-eabihf. The RISC-V version compiles on any target. With this change, you can compile the PAC for, say, aarch64-apple-darwin, without errors. It won't work, obviously, but it'll compile.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[build] | ||
# Set a default target so the docs build | ||
target = "thumbv8m.main-none-eabihf" | ||
target = "riscv32imac-unknown-none-elf" |
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