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

@@ -20,6 +20,7 @@ pub fn opts() -> TargetOptions {
TargetOptions {
target_os: "linux".to_string(),
target_env: "gnu".to_string(),
dynamic_linking: true,
executables: true,
target_family: Some("unix".to_string()),