Demote i686-pc-windows-gnu to Tier 2
In accordance with RFC 3771. I also added a stub doc page for the target and renamed the windows-gnullvm page for consistency.
This commit is contained in:
parent
4f0de4c81d
commit
6a1f57d095
9 changed files with 46 additions and 43 deletions
|
@ -20,7 +20,7 @@ pub(crate) fn target() -> Target {
|
|||
llvm_target: "i686-pc-windows-gnu".into(),
|
||||
metadata: TargetMetadata {
|
||||
description: Some("32-bit MinGW (Windows 10+)".into()),
|
||||
tier: Some(1),
|
||||
tier: Some(2),
|
||||
host_tools: Some(true),
|
||||
std: Some(true),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue