Skip to content

Commit

Permalink
Rollup merge of rust-lang#115237 - workingjubilee:fixup-baremetal-spa…
Browse files Browse the repository at this point in the history
…rc-platform-support-tabulation, r=GuillaumeGomez

Fixup sparc-unknown-none-elf table spacing

Missed this in rust-lang#115075
  • Loading branch information
matthiaskrgr authored Aug 26, 2023
2 parents c3668d3 + 0f33bb0 commit b578e86
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 @@ -313,7 +313,7 @@ target | std | host | notes
[`riscv64-linux-android`](platform-support/android.md) | | | RISC-V 64-bit Android
`s390x-unknown-linux-musl` | | | S390x Linux (kernel 3.2, MUSL)
`sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux
[`sparc-unknown-none-elf`](./platform-support/sparc-unknown-none-elf.md) | * | Bare 32-bit SPARC V7+
[`sparc-unknown-none-elf`](./platform-support/sparc-unknown-none-elf.md) | * | | Bare 32-bit SPARC V7+
[`sparc64-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | NetBSD/sparc64
[`sparc64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/sparc64
`thumbv4t-none-eabi` | * | | Thumb-mode Bare ARMv4T
Expand Down

0 comments on commit b578e86

Please sign in to comment.