Removing unneeded cpu defintion and add features analogous to netbsd/freebsd
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
5af05f8dfd
commit
074809bc81
@ -3,9 +3,9 @@
|
|||||||
pub fn target() -> Target {
|
pub fn target() -> Target {
|
||||||
let mut base = base::illumos::opts();
|
let mut base = base::illumos::opts();
|
||||||
base.add_pre_link_args(LinkerFlavor::Unix(Cc::Yes), &["-std=c99"]);
|
base.add_pre_link_args(LinkerFlavor::Unix(Cc::Yes), &["-std=c99"]);
|
||||||
base.cpu = "aarch64".into();
|
|
||||||
base.max_atomic_width = Some(128);
|
base.max_atomic_width = Some(128);
|
||||||
base.supported_sanitizers = SanitizerSet::ADDRESS | SanitizerSet::CFI;
|
base.supported_sanitizers = SanitizerSet::ADDRESS | SanitizerSet::CFI;
|
||||||
|
base.features = "+v8a".into();
|
||||||
|
|
||||||
Target {
|
Target {
|
||||||
// LLVM does not currently have a separate illumos target,
|
// LLVM does not currently have a separate illumos target,
|
||||||
|
Loading…
Reference in New Issue
Block a user