diff options
| author | Jakub Kulik <kulikjak@gmail.com> | 2021-02-17 11:27:34 +0100 |
|---|---|---|
| committer | Jakub Kulik <kulikjak@gmail.com> | 2021-03-01 15:06:32 +0100 |
| commit | c3226accbeb3ec34e10a4001af96278a37651b34 (patch) | |
| tree | 52063208b0934ffbc4ea7e1e3a661404ed88c6c1 | |
| parent | c615bed38784b6f38a30865f48898af821894fae (diff) | |
| download | rust-c3226accbeb3ec34e10a4001af96278a37651b34.tar.gz rust-c3226accbeb3ec34e10a4001af96278a37651b34.zip | |
Update supported platforms doc
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index a4ace91730e..d3b88c019f0 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -133,7 +133,7 @@ target | std | host | notes `x86_64-fortanix-unknown-sgx` | ✓ | | [Fortanix ABI] for 64-bit Intel SGX `x86_64-fuchsia` | ✓ | | 64-bit Fuchsia `x86_64-linux-android` | ✓ | | 64-bit x86 Android -`x86_64-sun-solaris` | ✓ | | 64-bit Solaris 10/11, illumos +`x86_64-pc-solaris` | ✓ | | 64-bit Solaris 10/11, illumos `x86_64-unknown-freebsd` | ✓ | ✓ | 64-bit FreeBSD `x86_64-unknown-illumos` | ✓ | ✓ | illumos `x86_64-unknown-linux-gnux32` | ✓ | | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27) @@ -218,7 +218,7 @@ target | std | host | notes `x86_64-apple-ios-macabi` | ✓ | | Apple Catalyst on x86_64 `x86_64-apple-tvos` | * | | x86 64-bit tvOS `x86_64-linux-kernel` | * | | Linux kernel modules -`x86_64-pc-solaris` | ? | | +`x86_64-sun-solaris` | ? | | Deprecated target for 64-bit Solaris 10/11, illumos `x86_64-pc-windows-msvc` | ✓ | | 64-bit Windows XP support `x86_64-unknown-dragonfly` | ✓ | ✓ | 64-bit DragonFlyBSD `x86_64-unknown-haiku` | ✓ | ✓ | 64-bit Haiku |
