File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
compiler/rustc_target/src/spec Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1202,6 +1202,7 @@ supported_targets! {
12021202 ( "riscv32im-unknown-none-elf" , riscv32im_unknown_none_elf) ,
12031203 ( "riscv32imc-unknown-none-elf" , riscv32imc_unknown_none_elf) ,
12041204 ( "riscv32imc-esp-espidf" , riscv32imc_esp_espidf) ,
1205+ ( "riscv32imac-esp-espidf" , riscv32imc_esp_espidf) ,
12051206 ( "riscv32imac-unknown-none-elf" , riscv32imac_unknown_none_elf) ,
12061207 ( "riscv32imac-unknown-xous-elf" , riscv32imac_unknown_xous_elf) ,
12071208 ( "riscv32gc-unknown-linux-gnu" , riscv32gc_unknown_linux_gnu) ,
Original file line number Diff line number Diff line change @@ -298,6 +298,7 @@ target | std | host | notes
298298` riscv32im-unknown-none-elf ` | * | | Bare RISC-V (RV32IM ISA)
299299[ ` riscv32imac-unknown-xous-elf ` ] ( platform-support/riscv32imac-unknown-xous-elf.md ) | ? | | RISC-V Xous (RV32IMAC ISA)
300300` riscv32imc-esp-espidf ` | ✓ | | RISC-V ESP-IDF
301+ ` riscv32imac-esp-espidf ` | ✓ | | RISC-V ESP-IDF
301302` riscv64gc-unknown-freebsd ` | | | RISC-V FreeBSD
302303` riscv64gc-unknown-fuchsia ` | | | RISC-V Fuchsia
303304` riscv64gc-unknown-linux-musl ` | | | RISC-V Linux (kernel 4.20, musl 1.2.0)
You can’t perform that action at this time.
0 commit comments