rustc_target: Flip the default for TargetOptions::executables to true

Also change `executables` to true for linux-kernel and windows-uwp-gnu targets
This commit is contained in:
Vadim Petrochenkov
2022-06-28 16:34:07 +03:00
parent 9fb32dc924
commit 8d9fdb778e
50 changed files with 4 additions and 53 deletions

View File

@@ -4,7 +4,6 @@ pub fn opts() -> TargetOptions {
TargetOptions {
os: "solaris".into(),
dynamic_linking: true,
executables: true,
has_rpath: true,
families: cvs!["unix"],
is_like_solaris: true,