feat: Use both imc and imac target for RISC-V targets

This commit is contained in:
Sergio Gasquez 2022-12-23 09:54:21 +01:00
parent da7712907d
commit adef0ba273

View File

@ -282,6 +282,7 @@ impl Installable for RiscVTarget {
"add",
"--toolchain",
&self.nightly_version,
"riscv32imc-unknown-none-elf",
"riscv32imac-unknown-none-elf"
)
.run()?;