Skip to content

Commit

Permalink
Add support for riscv32imc-esp-espidf (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta authored Jan 25, 2023
1 parent d69bc7d commit c4f7a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2947,6 +2947,7 @@ impl Build {
"riscv64-unknown-elf",
"riscv-none-embed",
]),
"riscv32imc-esp-espidf" => Some("riscv32-esp-elf"),
"riscv32imc-unknown-none-elf" => self.find_working_gnu_prefix(&[
"riscv32-unknown-elf",
"riscv64-unknown-elf",
Expand Down

0 comments on commit c4f7a47

Please sign in to comment.