Skip to content

Commit 2c3a693

Browse files
committed
make the armebv7r target more consistent with the armv7r one
by removing the redundant +v7 feature
1 parent 63d9490 commit 2c3a693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/armebv7r_none_eabihf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn target() -> TargetResult {
3030
executables: true,
3131
relocation_model: "static".to_string(),
3232
panic_strategy: PanicStrategy::Abort,
33-
features: "+v7,+vfp3,+d16,+fp-only-sp".to_string(),
33+
features: "+vfp3,+d16,+fp-only-sp".to_string(),
3434
max_atomic_width: Some(32),
3535
abi_blacklist: super::arm_base::abi_blacklist(),
3636
emit_debug_gdb_scripts: false,

0 commit comments

Comments
 (0)