Skip to content

Commit 095d6f1

Browse files
committed
add "v5" target env armv7a-vex-v5 target spec
1 parent e4e4c48 commit 095d6f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub(crate) fn target() -> Target {
1818
os: "vexos".into(),
1919
is_like_vexos: true,
2020
vendor: "vex".into(),
21+
env: "v5".into(),
2122
cpu: "cortex-a9".into(),
2223
abi: "eabihf".into(),
2324
features: "+v7,+neon,+vfp3,+thumb2".into(),

0 commit comments

Comments
 (0)