1
Fork 0

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:
Noratrieb 2025-03-01 22:21:26 +01:00
parent 4f0de4c81d
commit 6a1f57d095
9 changed files with 46 additions and 43 deletions

View file

@ -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),
},