Skip to content

Commit 91c4364

Browse files
committed
Sure Chris, I did indeed not fact check this part.
1 parent 00b04e1 commit 91c4364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3771-demote-i686-pc-windows-gnu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Demote target `i686-pc-windows-gnu` from Tier 1 to Tier 2 (with host tools) to b
1313

1414
## Background
1515

16-
Rust has supported Windows ever since before 1.0, with two different flavors of Windows targets: MSVC-based and GNU-based.
16+
Rust has supported Windows for a long time, with two different flavors of Windows targets: MSVC-based and GNU-based.
1717
MSVC-based targets (for example the main Windows target `x86_64-pc-windows-msvc`) use Microsoft's native `link.exe` linker and libraries, while GNU-based targets (like `i686-pc-windows-gnu`) are built entirely from free software components like `gcc`, `ld`, and MinGW.
1818

1919
The major reason to use a GNU-based toolchain instead of the native MSVC-based one is cross-compilation and licensing. `link.exe` only runs on Windows (barring Wine hacks) and requires a license for commercial usage.

0 commit comments

Comments
 (0)