Skip to content

Commit

Permalink
Add support for riscv32imac-unknown-xous-elf
Browse files Browse the repository at this point in the history
The `riscv32imac-unknown-xous-elf` target is a new Tier 3 platform.

Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Oct 26, 2022
1 parent 0f28004 commit bd70abd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Expand Up @@ -2694,6 +2694,11 @@ impl Build {
"riscv64-unknown-elf",
"riscv-none-embed",
]),
"riscv32imac-unknown-xous-elf" => self.find_working_gnu_prefix(&[
"riscv32-unknown-elf",
"riscv64-unknown-elf",
"riscv-none-embed",
]),
"riscv32imc-unknown-none-elf" => self.find_working_gnu_prefix(&[
"riscv32-unknown-elf",
"riscv64-unknown-elf",
Expand Down

0 comments on commit bd70abd

Please sign in to comment.