diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-02-16 16:44:39 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-16 16:44:39 -0800 |
| commit | 8b38a5020f3fa09b106514841b1d7258faa7d01c (patch) | |
| tree | 42545086ebc77a32b99f171dc2fe2cd948f6d8a9 /src/doc/rustc | |
| parent | f049e2735458ddc84adb03a982edb0b99a66fc37 (diff) | |
| download | rust-8b38a5020f3fa09b106514841b1d7258faa7d01c.tar.gz rust-8b38a5020f3fa09b106514841b1d7258faa7d01c.zip | |
Add riscv32 and riscv64 musl to supported platform targets
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index eb740419647..8198dbaa527 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -204,7 +204,9 @@ target | std | host | notes `powerpc64-unknown-linux-musl` | ? | | `powerpc64-wrs-vxworks` | ? | | `powerpc64le-unknown-linux-musl` | ? | | +`riscv64gc-unknown-linux-musl` | | | RISC-V Linux (kernel 4.20, musl 1.2.0) `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) `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux `sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64 `sparc64-unknown-openbsd` | ? | | |
