Set max_atomic_width for sparc-unknown-linux-gnu to 32
This commit is contained in:
parent
90f0b24ad3
commit
4d4df88934
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pub fn target() -> Target {
|
|||
let mut base = super::linux_gnu_base::opts();
|
||||
base.endian = Endian::Big;
|
||||
base.cpu = "v9".into();
|
||||
base.max_atomic_width = Some(64);
|
||||
base.max_atomic_width = Some(32);
|
||||
base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-mv8plus"]);
|
||||
|
||||
Target {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue