rustc_target: Move target env "gnu" from linux_base
to linux_gnu_base
This commit is contained in:
parent
38030ffb4e
commit
ca17a91fb7
32 changed files with 35 additions and 30 deletions
|
@ -13,7 +13,7 @@ pub fn target() -> Target {
|
|||
max_atomic_width: Some(32),
|
||||
mcount: "_mcount".to_string(),
|
||||
|
||||
..super::linux_base::opts()
|
||||
..super::linux_gnu_base::opts()
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue