]> git.lizzy.rs Git - rust.git/commitdiff
make the armebv7r target more consistent with the armv7r one
authorJorge Aparicio <jorge@japaric.io>
Fri, 24 Aug 2018 17:16:41 +0000 (19:16 +0200)
committerJorge Aparicio <jorge@japaric.io>
Sun, 26 Aug 2018 09:27:05 +0000 (11:27 +0200)
by removing the redundant +v7 feature

src/librustc_target/spec/armebv7r_none_eabihf.rs

index c111d2ffe8b4aee12503c8fed8e28ce09857c198..e75e05eb945c76224c1df37cca6039a8d2877216 100644 (file)
@@ -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,