File tree 2 files changed +2
-0
lines changed
compiler/rustc_target/src/spec
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1202,6 +1202,7 @@ supported_targets! {
1202
1202
( "riscv32im-unknown-none-elf" , riscv32im_unknown_none_elf) ,
1203
1203
( "riscv32imc-unknown-none-elf" , riscv32imc_unknown_none_elf) ,
1204
1204
( "riscv32imc-esp-espidf" , riscv32imc_esp_espidf) ,
1205
+ ( "riscv32imac-esp-espidf" , riscv32imc_esp_espidf) ,
1205
1206
( "riscv32imac-unknown-none-elf" , riscv32imac_unknown_none_elf) ,
1206
1207
( "riscv32imac-unknown-xous-elf" , riscv32imac_unknown_xous_elf) ,
1207
1208
( "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
298
298
` riscv32im-unknown-none-elf ` | * | | Bare RISC-V (RV32IM ISA)
299
299
[ ` riscv32imac-unknown-xous-elf ` ] ( platform-support/riscv32imac-unknown-xous-elf.md ) | ? | | RISC-V Xous (RV32IMAC ISA)
300
300
` riscv32imc-esp-espidf ` | ✓ | | RISC-V ESP-IDF
301
+ ` riscv32imac-esp-espidf ` | ✓ | | RISC-V ESP-IDF
301
302
` riscv64gc-unknown-freebsd ` | | | RISC-V FreeBSD
302
303
` riscv64gc-unknown-fuchsia ` | | | RISC-V Fuchsia
303
304
` 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