rustc_target: Move target env "gnu" from linux_base to linux_gnu_base

This commit is contained in:
Vadim Petrochenkov
2020-11-10 23:32:58 +03:00
parent 38030ffb4e
commit ca17a91fb7
32 changed files with 35 additions and 30 deletions

View File

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