diff options
| author | Qiu Chaofan <qcf@ecnelises.com> | 2022-08-25 14:37:29 +0800 |
|---|---|---|
| committer | Qiu Chaofan <qcf@ecnelises.com> | 2022-11-17 16:36:54 +0800 |
| commit | aef3d938e42bec121304b6c51ad67446c6e171a3 (patch) | |
| tree | 85f9c3772312c7eb98c39b7a6ad04c4055a87430 /src/doc/rustc | |
| parent | 251831ece9601d64172127b6caae9087358c2386 (diff) | |
| download | rust-aef3d938e42bec121304b6c51ad67446c6e171a3.tar.gz rust-aef3d938e42bec121304b6c51ad67446c6e171a3.zip | |
Add powerpc64-ibm-aix as Tier-3 target
Diffstat (limited to 'src/doc/rustc')
| -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 28929acb9b4..27e911c6be5 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -283,6 +283,7 @@ target | std | host | notes `powerpc64-wrs-vxworks` | ? | | `powerpc64le-unknown-linux-musl` | ? | | [`powerpc64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/powerpc64 +`powerpc64-ibm-aix` | ? | | 64-bit AIX (7.2 and newer) `riscv32gc-unknown-linux-gnu` | | | RISC-V Linux (kernel 5.4, glibc 2.33) `riscv32gc-unknown-linux-musl` | | | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches) `riscv32im-unknown-none-elf` | * | | Bare RISC-V (RV32IM ISA) |
