Swap TargetOptions::linker_is_gnu default from false to true and update targets as appropriate.

This commit is contained in:
Luqman Aden
2021-05-20 16:38:40 -07:00
parent 99e3aef020
commit 0188664425
7 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ pub fn opts() -> TargetOptions {
has_rpath: true,
families: vec!["unix".to_string()],
is_like_solaris: true,
linker_is_gnu: false,
limit_rdylib_exports: false, // Linker doesn't support this
eh_frame_header: false,