Skip to content

Commit 8daff16

Browse files
xobsthomcc
authored andcommitted
Add support for riscv32imac-unknown-xous-elf
The `riscv32imac-unknown-xous-elf` target is a new Tier 3 platform. Signed-off-by: Sean Cross <[email protected]>
1 parent 0f28004 commit 8daff16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -2694,6 +2694,11 @@ impl Build {
26942694
"riscv64-unknown-elf",
26952695
"riscv-none-embed",
26962696
]),
2697+
"riscv32imac-unknown-xous-elf" => self.find_working_gnu_prefix(&[
2698+
"riscv32-unknown-elf",
2699+
"riscv64-unknown-elf",
2700+
"riscv-none-embed",
2701+
]),
26972702
"riscv32imc-unknown-none-elf" => self.find_working_gnu_prefix(&[
26982703
"riscv32-unknown-elf",
26992704
"riscv64-unknown-elf",

0 commit comments

Comments
 (0)