rustc_target: Move target_env from Target to TargetOptions

This commit is contained in:
Vadim Petrochenkov
2020-10-08 21:47:22 +03:00
parent 74ffb9b4a2
commit d5fd31197f
161 changed files with 27 additions and 158 deletions

View File

@@ -15,7 +15,6 @@ pub fn target() -> Target {
f64:32:64-f80:32-n8:16:32-S128"
.to_string(),
arch: "x86".to_string(),
target_env: String::new(),
target_vendor: "unknown".to_string(),
linker_flavor: LinkerFlavor::Gcc,
options: base,