Require +thumb-mode to generate thumb2 code for Android/armv7-a
This commit is contained in:
parent
1cf956f2ba
commit
07494ecf78
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ use target::{Target, TargetOptions, TargetResult};
|
|||
|
||||
pub fn target() -> TargetResult {
|
||||
let mut base = super::android_base::opts();
|
||||
base.features = "+v7,+thumb2,+vfp3,+d16,-neon".to_string();
|
||||
base.features = "+v7,+thumb-mode,+thumb2,+vfp3,+d16,-neon".to_string();
|
||||
base.max_atomic_width = Some(64);
|
||||
base.pre_link_args
|
||||
.get_mut(&LinkerFlavor::Gcc).unwrap().push("-march=armv7-a".to_string());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue