diff options
| author | Mike Leany <55358344+mikeleany@users.noreply.github.com> | 2021-09-18 09:46:25 -0600 |
|---|---|---|
| committer | Mike Leany <55358344+mikeleany@users.noreply.github.com> | 2021-10-13 08:12:59 -0600 |
| commit | dcbdb6e4f5a06737418d44b3432dae5c592b6a75 (patch) | |
| tree | 3ec43991660386805589c64950a3bfbe509b1c4c /src/doc/rustc | |
| parent | 80654c3d93e7bb7d8b53a88be45c3e31ea480cdd (diff) | |
| download | rust-dcbdb6e4f5a06737418d44b3432dae5c592b6a75.tar.gz rust-dcbdb6e4f5a06737418d44b3432dae5c592b6a75.zip | |
Add `x86_64-unknown-none-elf` to `platform-support.md`.
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index bbeab598f22..62084d2a9db 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -285,6 +285,7 @@ target | std | host | notes `x86_64-unknown-haiku` | ✓ | ✓ | 64-bit Haiku `x86_64-unknown-hermit` | ? | | `x86_64-unknown-l4re-uclibc` | ? | | +`x86_64-unknown-none-elf` | * | | Bare x86_64, softfloat `x86_64-unknown-none-hermitkernel` | ? | | HermitCore kernel `x86_64-unknown-none-linuxkernel` | * | | Linux kernel modules `x86_64-unknown-openbsd` | ✓ | ✓ | 64-bit OpenBSD |
