We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"v5"
1 parent e4e4c48 commit 095d6f1Copy full SHA for 095d6f1
compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs
@@ -18,6 +18,7 @@ pub(crate) fn target() -> Target {
18
os: "vexos".into(),
19
is_like_vexos: true,
20
vendor: "vex".into(),
21
+ env: "v5".into(),
22
cpu: "cortex-a9".into(),
23
abi: "eabihf".into(),
24
features: "+v7,+neon,+vfp3,+thumb2".into(),
0 commit comments