Skip to content

Commit

Permalink
Rollup merge of rust-lang#114495 - taiki-e:avr-atomic, r=Amanieu
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr authored Aug 7, 2023
2 parents 7a52fe5 + c9e83c0 commit b0a5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/spec/avr_gnu_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn target(target_cpu: &'static str, mmcu: &'static str) -> Target {
LinkerFlavor::Gnu(Cc::Yes, Lld::No),
&["-lgcc"],
),
max_atomic_width: Some(0),
max_atomic_width: Some(16),
atomic_cas: false,
relocation_model: RelocModel::Static,
..TargetOptions::default()
Expand Down

0 comments on commit b0a5126

Please sign in to comment.