Skip to content

Commit

Permalink
rust-toolchain: use riscv32imac instead of just riscv32imc
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Maslowski <info@orangecms.org>
  • Loading branch information
orangecms committed Dec 31, 2022
1 parent 587b869 commit 46f158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ targets = [
"armv7a-none-eabi",
"powerpc64-unknown-linux-gnu",
"powerpc64le-unknown-linux-gnu",
"riscv32imc-unknown-none-elf",
"riscv32imac-unknown-none-elf",
"riscv64imac-unknown-none-elf",
]

0 comments on commit 46f158b

Please sign in to comment.