diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-12-23 20:02:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 20:02:27 +0100 |
| commit | 54592473c1617cc098bb667e65991ffaaa22bddc (patch) | |
| tree | eed32c2cffe21f69ee3359fe5497cdb6e7b5ec19 /src | |
| parent | 5eccfc388e70d45c98b859af5c14f397ae1c206e (diff) | |
| parent | 074809bc8174341887340eff814677fa40362813 (diff) | |
| download | rust-54592473c1617cc098bb667e65991ffaaa22bddc.tar.gz rust-54592473c1617cc098bb667e65991ffaaa22bddc.zip | |
Rollup merge of #112936 - Toasterson:illumos-aarch64-target, r=jackh726
Add illumos aarch64 target for rust. This adds the newly being developed illumos aarch64 target to the rust compiler. `@rmustacc` `@citrus-it` `@richlowe` As promissed before my hiatus :)
Diffstat (limited to 'src')
| -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 78c041ee511..09070168b67 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -230,6 +230,7 @@ target | std | host | notes [`aarch64-unknown-nto-qnx710`](platform-support/nto-qnx.md) | ✓ | | ARM64 QNX Neutrino 7.1 RTOS | `aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD [`aarch64-unknown-hermit`](platform-support/hermit.md) | ✓ | | ARM64 Hermit +`aarch64-unknown-illumos` | ✓ | ✓ | ARM64 illumos `aarch64-unknown-linux-gnu_ilp32` | ✓ | ✓ | ARM64 Linux (ILP32 ABI) [`aarch64-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | ARM64 NetBSD [`aarch64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | ARM64 OpenBSD |
