Skip to content

Commit

Permalink
Update target to be in line with recent target refactors
Browse files Browse the repository at this point in the history
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
  • Loading branch information
Toasterson committed Dec 4, 2023
1 parent 13426f4 commit 5af05f8
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
use crate::spec::{Cc, LinkerFlavor, SanitizerSet, Target};
use crate::spec::{base, Cc, LinkerFlavor, SanitizerSet, Target};

pub fn target() -> Target {
let mut base = super::illumos_base::opts();
let mut base = base::illumos::opts();
base.add_pre_link_args(LinkerFlavor::Unix(Cc::Yes), &["-std=c99"]);
base.cpu = "aarch64".into();
base.max_atomic_width = Some(128);
Expand Down

0 comments on commit 5af05f8

Please sign in to comment.