Skip to content

Commit cd6e2fa

Browse files
authored
Rollup merge of #148362 - Fenex:docs/platform-support-win7, r=Noratrieb
docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7 I have make notes in docs that there is possible to build host tools for target `x86_64-win7-windows-msvc`. <img width="668" height="331" alt="image" src="https://github.com/user-attachments/assets/0335bc72-963c-4bfd-9910-61963dbf7dd7" /> r? ``````@roblabla`````` ``````@rustbot`````` label A-docs O-windows-7 P.S. prebuilt binaries can be found [here](https://github.com/Fenex/rust-win7/releases).
2 parents afe2226 + 4220f7c commit cd6e2fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/doc/rustc/src/platform-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ target | std | host | notes
444444
`x86_64-uwp-windows-gnu` | ✓ | |
445445
[`x86_64-uwp-windows-msvc`](platform-support/uwp-windows-msvc.md) | ✓ | |
446446
[`x86_64-win7-windows-gnu`](platform-support/win7-windows-gnu.md) | ✓ | | 64-bit Windows 7 support
447-
[`x86_64-win7-windows-msvc`](platform-support/win7-windows-msvc.md) | ✓ | | 64-bit Windows 7 support
447+
[`x86_64-win7-windows-msvc`](platform-support/win7-windows-msvc.md) | ✓ | | 64-bit Windows 7 support
448448
[`x86_64-wrs-vxworks`](platform-support/vxworks.md) | ✓ | |
449449
[`x86_64h-apple-darwin`](platform-support/x86_64h-apple-darwin.md) | ✓ | ✓ | macOS with late-gen Intel (at least Haswell)
450450
[`xtensa-esp32-espidf`](platform-support/esp-idf.md) | ✓ | | Xtensa ESP32

src/doc/rustc/src/platform-support/win7-windows-msvc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Target triples:
1616

1717
This target supports all of core, alloc, std and test. This is automatically
1818
tested every night on private infrastructure hosted by the maintainer. Host
19-
tools may also work, though those are not currently tested.
19+
tools may also work, though it is not guaranteed. Last known success built
20+
version of rustc with host tools (x86_64) is 1.91.0.
2021

2122
Those targets follow Windows calling convention for extern "C".
2223

0 commit comments

Comments
 (0)