Skip to content

Commit

Permalink
Rollup merge of rust-lang#75634 - scileo:fix-75581, r=ehuss
Browse files Browse the repository at this point in the history
Mark x86_64-linux-kernel as *

This should fix rust-lang#75581.

This is my first contribution to the Rust organization. Please, feel free to tell me if I did anything wrong :)
  • Loading branch information
JohnTitor authored Aug 18, 2020
2 parents 732bebd + bdbb995 commit 51154d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51154d8

Please sign in to comment.