Skip to content

Commit a050a49

Browse files
authored
Rollup merge of #84430 - dvdhrm:rw/uefidoc, r=Amanieu
doc/platform-support: clarify UEFI support Add missing information on what standard-library features are supported by the UEFI targets. All current UEFI targets (which is i686 and x86_64) only support no_std cross-compilations. `std` support has not been worked on and is unlikely to emerge anytime soon, due to the much restricted environment that UEFI provides.
2 parents ace3bd4 + bfbf4ce commit a050a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc/src/platform-support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ target | std | host | notes
179179
`i386-apple-ios` | ✓ | | 32-bit x86 iOS
180180
`i686-apple-darwin` | ✓ | ✓ | 32-bit macOS (10.7+, Lion+)
181181
`i686-pc-windows-msvc` | ✓ | | 32-bit Windows XP support
182-
`i686-unknown-uefi` | ? | | 32-bit UEFI
182+
`i686-unknown-uefi` | * | | 32-bit UEFI
183183
`i686-unknown-haiku` | ✓ | ✓ | 32-bit Haiku
184184
`i686-unknown-netbsd` | ✓ | ✓ | NetBSD/i386 with SSE2
185185
`i686-unknown-openbsd` | ✓ | ✓ | 32-bit OpenBSD
@@ -228,7 +228,7 @@ target | std | host | notes
228228
`x86_64-unknown-none-hermitkernel` | ? | | HermitCore kernel
229229
`x86_64-unknown-l4re-uclibc` | ? | |
230230
`x86_64-unknown-openbsd` | ✓ | ✓ | 64-bit OpenBSD
231-
`x86_64-unknown-uefi` | ? | |
231+
`x86_64-unknown-uefi` | * | | 64-bit UEFI
232232
`x86_64-uwp-windows-gnu` | ✓ | |
233233
`x86_64-uwp-windows-msvc` | ✓ | |
234234
`x86_64-wrs-vxworks` | ? | |

0 commit comments

Comments
 (0)