We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c336478 commit 61ac138Copy full SHA for 61ac138
compiler/rustc_target/src/spec/avr_gnu_base.rs
@@ -45,6 +45,8 @@ pub fn target(target_cpu: String) -> TargetResult {
45
late_link_args: vec![(LinkerFlavor::Gcc, vec!["-lgcc".to_owned()])]
46
.into_iter()
47
.collect(),
48
+ max_atomic_width: Some(0),
49
+ atomic_cas: false,
50
..TargetOptions::default()
51
},
52
})
0 commit comments