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
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/pc-windows-gnullvm.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Windows targets similar to `*-pc-windows-gnu` but using UCRT as the runtime and various LLVM tools/libraries instead of GCC/Binutils.
6
6
7
-
Target triples avaiable so far:
7
+
Target triples available so far:
8
8
-`aarch64-pc-windows-gnullvm`
9
9
-`x86_64-pc-windows-gnullvm`
10
10
@@ -26,7 +26,7 @@ Like with any other Windows target created binaries are in PE format.
26
26
## Building the target
27
27
28
28
For cross-compilation I recommend using [llvm-mingw](https://github.com/mstorsjo/llvm-mingw) toolchain, one change that seems necessary beside configuring corss compilers is disabling experimental `m86k` target. Otherwise LLVM build fails with `multiple definition ...` errors.
29
-
Native bootstrapping builds require rather fragile hacks until host artifacts are avaiable so I won't describe them here.
29
+
Native bootstrapping builds require rather fragile hacks until host artifacts are available so I won't describe them here.
0 commit comments