Skip to content

Commit c3226ac

Browse files
committed
Update supported platforms doc
1 parent c615bed commit c3226ac

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
@@ -133,7 +133,7 @@ target | std | host | notes
133133
`x86_64-fortanix-unknown-sgx` | ✓ | | [Fortanix ABI] for 64-bit Intel SGX
134134
`x86_64-fuchsia` | ✓ | | 64-bit Fuchsia
135135
`x86_64-linux-android` | ✓ | | 64-bit x86 Android
136-
`x86_64-sun-solaris` | ✓ | | 64-bit Solaris 10/11, illumos
136+
`x86_64-pc-solaris` | ✓ | | 64-bit Solaris 10/11, illumos
137137
`x86_64-unknown-freebsd` | ✓ | ✓ | 64-bit FreeBSD
138138
`x86_64-unknown-illumos` | ✓ | ✓ | illumos
139139
`x86_64-unknown-linux-gnux32` | ✓ | | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27)
@@ -218,7 +218,7 @@ target | std | host | notes
218218
`x86_64-apple-ios-macabi` | ✓ | | Apple Catalyst on x86_64
219219
`x86_64-apple-tvos` | * | | x86 64-bit tvOS
220220
`x86_64-linux-kernel` | * | | Linux kernel modules
221-
`x86_64-pc-solaris` | ? | |
221+
`x86_64-sun-solaris` | ? | | Deprecated target for 64-bit Solaris 10/11, illumos
222222
`x86_64-pc-windows-msvc` | ✓ | | 64-bit Windows XP support
223223
`x86_64-unknown-dragonfly` | ✓ | ✓ | 64-bit DragonFlyBSD
224224
`x86_64-unknown-haiku` | ✓ | ✓ | 64-bit Haiku

0 commit comments

Comments
 (0)