We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa098e commit 46b02f4Copy full SHA for 46b02f4
src/doc/rustc/src/platform-support.md
@@ -329,7 +329,7 @@ target | std | host | notes
329
`powerpc-unknown-linux-gnuspe` | ✓ | | PowerPC SPE Linux
330
`powerpc-unknown-linux-musl` | ? | | PowerPC Linux with musl 1.2.3
331
[`powerpc-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | NetBSD 32-bit powerpc systems
332
-`powerpc-unknown-openbsd` | ? | |
+[`powerpc-unknown-openbsd`](platform-support/powerpc-unknown-openbsd.md) | * | |
333
`powerpc-wrs-vxworks-spe` | ? | |
334
`powerpc-wrs-vxworks` | ? | |
335
`powerpc64-unknown-freebsd` | ✓ | ✓ | PPC64 FreeBSD (ELFv1 and ELFv2)
src/doc/rustc/src/platform-support/powerpc-unknown-openbsd.md
@@ -0,0 +1,3 @@
1
+## Designated maintainers
2
+
3
+`powerpc-unknown-openbsd` is not maintained by OpenBSD developers are there are currently no active rustc maintainers.
0 commit comments