diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-05-20 19:54:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 19:54:41 +0200 |
| commit | 35986cd1fbbad3a4bcf370307c10cef178183444 (patch) | |
| tree | cbe1a3eb201f957efa0e379c64a1fe0f77855de5 /src/doc/rustc | |
| parent | daf4f34fe34a3d7f4d6427b9b6926b39f83e2e50 (diff) | |
| parent | 36ad596ef3006f67f2533cd4ac540c20c5e1f1d3 (diff) | |
| download | rust-35986cd1fbbad3a4bcf370307c10cef178183444.tar.gz rust-35986cd1fbbad3a4bcf370307c10cef178183444.zip | |
Rollup merge of #97201 - ydah:fix_spelling, r=GuillaumeGomez
Fix typo This PR is fixes typo "avaiable" to "available".
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support/pc-windows-gnullvm.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md b/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md index 96ae065b31b..721c234c6e6 100644 --- a/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md +++ b/src/doc/rustc/src/platform-support/pc-windows-gnullvm.md @@ -4,7 +4,7 @@ Windows targets similar to `*-pc-windows-gnu` but using UCRT as the runtime and various LLVM tools/libraries instead of GCC/Binutils. -Target triples avaiable so far: +Target triples available so far: - `aarch64-pc-windows-gnullvm` - `x86_64-pc-windows-gnullvm` @@ -26,7 +26,7 @@ Like with any other Windows target created binaries are in PE format. ## Building the target 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. -Native bootstrapping builds require rather fragile hacks until host artifacts are avaiable so I won't describe them here. +Native bootstrapping builds require rather fragile hacks until host artifacts are available so I won't describe them here. ## Building Rust programs |
