From 2c3a693dfa2b6b760a47a9f7b8556b568062c4fe Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 24 Aug 2018 19:16:41 +0200 Subject: [PATCH] make the armebv7r target more consistent with the armv7r one by removing the redundant +v7 feature --- src/librustc_target/spec/armebv7r_none_eabihf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_target/spec/armebv7r_none_eabihf.rs b/src/librustc_target/spec/armebv7r_none_eabihf.rs index c111d2ffe8b..e75e05eb945 100644 --- a/src/librustc_target/spec/armebv7r_none_eabihf.rs +++ b/src/librustc_target/spec/armebv7r_none_eabihf.rs @@ -30,7 +30,7 @@ pub fn target() -> TargetResult { executables: true, relocation_model: "static".to_string(), panic_strategy: PanicStrategy::Abort, - features: "+v7,+vfp3,+d16,+fp-only-sp".to_string(), + features: "+vfp3,+d16,+fp-only-sp".to_string(), max_atomic_width: Some(32), abi_blacklist: super::arm_base::abi_blacklist(), emit_debug_gdb_scripts: false, -- 2.44.0