Skip to content

Commit 4e60d99

Browse files
authored
Rollup merge of #113743 - workingjubilee:link-more-platform-support-docs, r=joshtriplett
Directly link more target docs Some platforms were not linked from platform-support.md This fixes that, but errs towards extremely conservative, only directly linking platform docs if the docs actively mention the target, as otherwise I do not necessarily know if there was a reason for the omission.
2 parents 849f4f8 + 467cb52 commit 4e60d99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ target | notes
101101
`x86_64-unknown-freebsd` | 64-bit FreeBSD
102102
`x86_64-unknown-illumos` | illumos
103103
`x86_64-unknown-linux-musl` | 64-bit Linux with MUSL
104-
`x86_64-unknown-netbsd` | NetBSD/amd64
104+
[`x86_64-unknown-netbsd`](platform-support/netbsd.md) | NetBSD/amd64
105105

106106
## Tier 2
107107

@@ -128,7 +128,7 @@ target | std | notes
128128
`aarch64-apple-ios` | ✓ | ARM64 iOS
129129
[`aarch64-apple-ios-sim`](platform-support/aarch64-apple-ios-sim.md) | ✓ | Apple iOS Simulator on ARM64
130130
`aarch64-fuchsia` | ✓ | Alias for `aarch64-unknown-fuchsia`
131-
`aarch64-unknown-fuchsia` | ✓ | ARM64 Fuchsia
131+
[`aarch64-unknown-fuchsia`](platform-support/fuchsia.md) | ✓ | ARM64 Fuchsia
132132
[`aarch64-linux-android`](platform-support/android.md) | ✓ | ARM64 Android
133133
`aarch64-unknown-none-softfloat` | * | Bare ARM64, softfloat
134134
`aarch64-unknown-none` | * | Bare ARM64, hardfloat
@@ -159,7 +159,7 @@ target | std | notes
159159
`mips64-unknown-linux-muslabi64` | ✓ | MIPS64 Linux, n64 ABI, MUSL
160160
`mips64el-unknown-linux-muslabi64` | ✓ | MIPS64 (LE) Linux, n64 ABI, MUSL
161161
`mipsel-unknown-linux-musl` | ✓ | MIPS (LE) Linux with MUSL
162-
`nvptx64-nvidia-cuda` | * | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
162+
[`nvptx64-nvidia-cuda`](platform-support/nvptx64-nvidia-cuda.md) | * | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
163163
`riscv32i-unknown-none-elf` | * | Bare RISC-V (RV32I ISA)
164164
`riscv32imac-unknown-none-elf` | * | Bare RISC-V (RV32IMAC ISA)
165165
`riscv32imc-unknown-none-elf` | * | Bare RISC-V (RV32IMC ISA)
@@ -183,7 +183,7 @@ target | std | notes
183183
`x86_64-apple-ios` | ✓ | 64-bit x86 iOS
184184
[`x86_64-fortanix-unknown-sgx`](platform-support/x86_64-fortanix-unknown-sgx.md) | ✓ | [Fortanix ABI] for 64-bit Intel SGX
185185
`x86_64-fuchsia` | ✓ | Alias for `x86_64-unknown-fuchsia`
186-
`x86_64-unknown-fuchsia` | ✓ | 64-bit Fuchsia
186+
[`x86_64-unknown-fuchsia`](platform-support/fuchsia.md) | ✓ | 64-bit x86 Fuchsia
187187
[`x86_64-linux-android`](platform-support/android.md) | ✓ | 64-bit x86 Android
188188
`x86_64-pc-solaris` | ✓ | 64-bit Solaris 10/11, illumos
189189
`x86_64-unknown-linux-gnux32` | ✓ | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27)
@@ -337,6 +337,6 @@ target | std | host | notes
337337
`x86_64-uwp-windows-gnu` | ✓ | |
338338
`x86_64-uwp-windows-msvc` | ✓ | |
339339
`x86_64-wrs-vxworks` | ? | |
340-
`x86_64h-apple-darwin` | ✓ | ✓ | macOS with late-gen Intel (at least Haswell)
340+
[`x86_64h-apple-darwin`](platform-support/x86_64h-apple-darwin.md) | ✓ | ✓ | macOS with late-gen Intel (at least Haswell)
341341

342342
[runs on NVIDIA GPUs]: https://github.com/japaric-archived/nvptx#targets

0 commit comments

Comments
 (0)