Skip to content

Commit 155faaf

Browse files
committed
Add missing "max_atomic_width" to new armv7 android target.
1 parent dfc4930 commit 155faaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_back/target/armv7_linux_androideabi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use target::Target;
1313
pub fn target() -> Target {
1414
let mut base = super::android_base::opts();
1515
base.features = "+v7,+thumb2,+vfp3,+d16".to_string();
16+
base.max_atomic_width = 64;
1617

1718
Target {
1819
llvm_target: "armv7-none-linux-android".to_string(),

0 commit comments

Comments
 (0)