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

@@ -14,7 +14,7 @@ pub fn target() -> Target {
max_atomic_width: Some(64),
mcount: "_mcount".to_string(),
..super::linux_base::opts()
..super::linux_gnu_base::opts()
},
}
}