We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d9490 commit 2c3a693Copy full SHA for 2c3a693
src/librustc_target/spec/armebv7r_none_eabihf.rs
@@ -30,7 +30,7 @@ pub fn target() -> TargetResult {
30
executables: true,
31
relocation_model: "static".to_string(),
32
panic_strategy: PanicStrategy::Abort,
33
- features: "+v7,+vfp3,+d16,+fp-only-sp".to_string(),
+ features: "+vfp3,+d16,+fp-only-sp".to_string(),
34
max_atomic_width: Some(32),
35
abi_blacklist: super::arm_base::abi_blacklist(),
36
emit_debug_gdb_scripts: false,
0 commit comments