Skip to content

Commit

Permalink
Regenerate target info (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Oct 11, 2024
1 parent 218365e commit 7ad4677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/target_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
//! in dev-tools/gen-target-info if you need to make changes.

pub const RISCV_ARCH_MAPPING: &[(&str, &str)] = &[
("riscv32e", "riscv32"),
("riscv32em", "riscv32"),
("riscv32emc", "riscv32"),
("riscv32gc", "riscv32"),
("riscv32i", "riscv32"),
("riscv32im", "riscv32"),
Expand Down

0 comments on commit 7ad4677

Please sign in to comment.