Skip to content

Commit

Permalink
add "v5" target env armv7a-vex-v5 target spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Oct 15, 2024
1 parent e4e4c48 commit 095d6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub(crate) fn target() -> Target {
os: "vexos".into(),
is_like_vexos: true,
vendor: "vex".into(),
env: "v5".into(),
cpu: "cortex-a9".into(),
abi: "eabihf".into(),
features: "+v7,+neon,+vfp3,+thumb2".into(),
Expand Down

0 comments on commit 095d6f1

Please sign in to comment.