rustc_target: Move target_vendor from Target to TargetOptions

This commit is contained in:
Vadim Petrochenkov
2020-10-08 22:10:13 +03:00
parent d5fd31197f
commit b294cc71a2
161 changed files with 28 additions and 163 deletions

View File

@@ -3,6 +3,7 @@ use crate::spec::TargetOptions;
pub fn opts() -> TargetOptions {
TargetOptions {
target_os: "solaris".to_string(),
target_vendor: "sun".to_string(),
dynamic_linking: true,
executables: true,
has_rpath: true,