diff options
| author | Chris Wailes <chriswailes@google.com> | 2023-06-20 09:51:59 -0700 |
|---|---|---|
| committer | Chris Wailes <chriswailes@google.com> | 2023-07-26 11:46:48 -0700 |
| commit | 0081d64e4b8413219ddec5d1013d522edbf132b7 (patch) | |
| tree | 007269ef516f6ed30a0319f19e8f06fcdf9d3356 /src/doc | |
| parent | 601a34de8c10458b72a7781eb0b44a7981e4a2b1 (diff) | |
| download | rust-0081d64e4b8413219ddec5d1013d522edbf132b7.tar.gz rust-0081d64e4b8413219ddec5d1013d522edbf132b7.zip | |
Add definitions for riscv64_linux_android target
Diffstat (limited to 'src/doc')
| -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 8c5dc11eeef..22ff51489af 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -309,6 +309,7 @@ target | std | host | notes `riscv64gc-unknown-linux-musl` | | | RISC-V Linux (kernel 4.20, musl 1.2.0) [`riscv64gc-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | RISC-V NetBSD [`riscv64gc-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/riscv64 +[`riscv64-linux-android`](platform-support/android.md) | | | RISC-V 64-bit Android `s390x-unknown-linux-musl` | | | S390x Linux (kernel 3.2, MUSL) `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux [`sparc64-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | NetBSD/sparc64 |
