diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-18 09:27:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 09:27:53 +0900 |
| commit | 51154d82959f941ff334de306d9426557b9f4214 (patch) | |
| tree | 23d689c5affa2fe1bfcaf2b6e0af84d1cd7efb87 | |
| parent | 732bebd85452b877aff784ddb01bb0f71af18c5a (diff) | |
| parent | bdbb995df331e6bdd49b182d4f24577e18df7abd (diff) | |
| download | rust-51154d82959f941ff334de306d9426557b9f4214.tar.gz rust-51154d82959f941ff334de306d9426557b9f4214.zip | |
Rollup merge of #75634 - scileo:fix-75581, r=ehuss
Mark x86_64-linux-kernel as * This should fix #75581. This is my first contribution to the Rust organization. Please, feel free to tell me if I did anything wrong :)
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 61261e82147..21874853839 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -204,7 +204,7 @@ target | std | host | notes `thumbv4t-none-eabi` | * | | ARMv4T T32 `x86_64-apple-ios-macabi` | ✓[^apple] | | Apple Catalyst `x86_64-apple-tvos` | *[^apple] | | x86 64-bit tvOS -`x86_64-linux-kernel` | ? | | Linux kernel modules +`x86_64-linux-kernel` | * | | Linux kernel modules `x86_64-pc-solaris` | ? | | `x86_64-pc-windows-msvc` | ✓ | | 64-bit Windows XP support `x86_64-unknown-cloudabi` | ✓ | | 64-bit CloudABI |
