You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`aarch64-unknown-none` | * | Bare ARM64, hardfloat
@@ -166,7 +166,7 @@ target | std | notes
166
166
`i586-unknown-linux-gnu` | ✓ | 32-bit Linux (kernel 3.2, glibc 2.17, original Pentium) [^x86_32-floats-x87]
167
167
`i586-unknown-linux-musl` | ✓ | 32-bit Linux (musl 1.2.3, original Pentium) [^x86_32-floats-x87]
168
168
[`i686-linux-android`](platform-support/android.md) | ✓ | 32-bit x86 Android ([Pentium 4 plus various extensions](https://developer.android.com/ndk/guides/abis.html#x86)) [^x86_32-floats-return-ABI]
169
-
[`i686-pc-windows-gnullvm`](platform-support/pc-windows-gnullvm.md) | ✓ | 32-bit x86 MinGW (Windows 10+, Pentium 4), LLVM ABI [^x86_32-floats-return-ABI]
169
+
[`i686-pc-windows-gnullvm`](platform-support/windows-gnullvm.md) | ✓ | 32-bit x86 MinGW (Windows 10+, Pentium 4), LLVM ABI [^x86_32-floats-return-ABI]
170
170
[`i686-unknown-freebsd`](platform-support/freebsd.md) | ✓ | 32-bit x86 FreeBSD (Pentium 4) [^x86_32-floats-return-ABI]
171
171
`i686-unknown-linux-musl` | ✓ | 32-bit Linux with musl 1.2.3 (Pentium 4) [^x86_32-floats-return-ABI]
Copy file name to clipboardexpand all lines: src/doc/rustc/src/platform-support/windows-gnullvm.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# \*-pc-windows-gnullvm
1
+
# \*-windows-gnullvm
2
2
3
3
**Tier: 2 (without host tools)**
4
4
5
-
Windows targets similar to `*-pc-windows-gnu` but using UCRT as the runtime and various LLVM tools/libraries instead of GCC/Binutils.
5
+
Windows targets similar to `*-windows-gnu` but using UCRT as the runtime and various LLVM tools/libraries instead of GCC/Binutils.
6
6
7
7
Target triples available so far:
8
8
-`aarch64-pc-windows-gnullvm`
@@ -17,9 +17,9 @@ Target triples available so far:
17
17
## Requirements
18
18
19
19
The easiest way to obtain these targets is cross-compilation, but native build from `x86_64-pc-windows-gnu` is possible with few hacks which I don't recommend.
20
-
Std support is expected to be on par with `*-pc-windows-gnu`.
20
+
Std support is expected to be on par with `*-windows-gnu`.
21
21
22
-
Binaries for this target should be at least on par with `*-pc-windows-gnu` in terms of requirements and functionality.
22
+
Binaries for this target should be at least on par with `*-windows-gnu` in terms of requirements and functionality.
23
23
24
24
Those targets follow Windows calling convention for `extern "C"`.
0 commit comments