diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2022-11-09 15:39:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 15:39:05 -0500 |
| commit | 67c0bff934b0a45fb1344c4a6a27e63db291eb12 (patch) | |
| tree | 9b2a802b2125dcec2d606f8aa043aabf71ceec17 /src/doc/rustc | |
| parent | 017c9aa4a008165f3d0a91f161d516c3a55caf7a (diff) | |
| parent | c33ee13391e71d037499f584520aba58289d5791 (diff) | |
| download | rust-67c0bff934b0a45fb1344c4a6a27e63db291eb12.tar.gz rust-67c0bff934b0a45fb1344c4a6a27e63db291eb12.zip | |
Rollup merge of #104015 - alex:remove-kernel, r=oli-obk
Remove linuxkernel targets These are not used by the actual Rust-for-Linux project, so they're mostly just confusing.
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 5b4e436da7d..0315f1e3725 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -310,7 +310,6 @@ target | std | host | notes `x86_64-unknown-haiku` | ✓ | ✓ | 64-bit Haiku `x86_64-unknown-hermit` | ✓ | | HermitCore `x86_64-unknown-l4re-uclibc` | ? | | -`x86_64-unknown-none-linuxkernel` | * | | Linux kernel modules [`x86_64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | 64-bit OpenBSD `x86_64-uwp-windows-gnu` | ✓ | | `x86_64-uwp-windows-msvc` | ✓ | | |
