diff options
| author | Havard Eidnes <he@NetBSD.org> | 2023-07-12 08:57:38 +0000 |
|---|---|---|
| committer | Havard Eidnes <he@NetBSD.org> | 2023-07-12 08:57:38 +0000 |
| commit | 0030a3a3d18e2a89150da6ead309ba2ee1839e1a (patch) | |
| tree | e003619e61feda73bc5b56fb49cdba44d65590f7 /src/doc/rustc | |
| parent | 6732922ea6d0fcfd4f1ad60d3f8d2fb554753aae (diff) | |
| download | rust-0030a3a3d18e2a89150da6ead309ba2ee1839e1a.tar.gz rust-0030a3a3d18e2a89150da6ead309ba2ee1839e1a.zip | |
platform-support.md: It's now verified that NetBSD/riscv64 can self-host.
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index d2a25e612ec..159f12c3adf 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -305,7 +305,7 @@ target | std | host | notes `riscv64gc-unknown-freebsd` | | | RISC-V FreeBSD `riscv64gc-unknown-fuchsia` | | | RISC-V Fuchsia `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-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | RISC-V NetBSD [`riscv64gc-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/riscv64 `s390x-unknown-linux-musl` | | | S390x Linux (kernel 3.2, MUSL) `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux |
