mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 23:25:16 +00:00
feat: ✨ Use both imc
and imac
target for RISC-V targets
This commit is contained in:
parent
da7712907d
commit
adef0ba273
@ -282,6 +282,7 @@ impl Installable for RiscVTarget {
|
|||||||
"add",
|
"add",
|
||||||
"--toolchain",
|
"--toolchain",
|
||||||
&self.nightly_version,
|
&self.nightly_version,
|
||||||
|
"riscv32imc-unknown-none-elf",
|
||||||
"riscv32imac-unknown-none-elf"
|
"riscv32imac-unknown-none-elf"
|
||||||
)
|
)
|
||||||
.run()?;
|
.run()?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user