Skip to content

Commit b6b3789

Browse files
committed
don't compile with +thumb-mode feature for now
1 parent 77ddf8d commit b6b3789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub(crate) fn target() -> Target {
2020
exe_suffix: ".elf".into(),
2121
cpu: "cortex-a9".into(),
2222
abi: "eabihf".into(),
23-
features: "+v7,+neon,+vfp3,+thumb2,+thumb-mode".into(),
23+
features: "+v7,+neon,+vfp3,+thumb2".into(),
2424
linker: Some("rust-lld".into()),
2525
linker_flavor: LinkerFlavor::Gnu(Cc::No, Lld::Yes),
2626
link_script: Some(LINK_SCRIPT.into()),

0 commit comments

Comments
 (0)