Replace every Vec in Target(Options) with it's Cow equivalent
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
use crate::spec::TargetOptions;
|
||||
|
||||
use super::cvs;
|
||||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
os: "solaris".into(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
has_rpath: true,
|
||||
families: vec!["unix".into()],
|
||||
families: cvs!["unix"],
|
||||
is_like_solaris: true,
|
||||
linker_is_gnu: false,
|
||||
limit_rdylib_exports: false, // Linker doesn't support this
|
||||
|
||||
Reference in New Issue
Block a user