mirror of
https://github.com/openharmony/third_party_rust_cc-rs.git
synced 2026-07-01 23:04:09 -04:00
Add support for riscv32imc-esp-espidf (#776)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user