Skip to content

Commit 1c367c0

Browse files
committed
Update with status for various NetBSD ports.
The NetBSD ports of rust to aarch64, armv7*, i686, and powerpc** all both build and run. *) Natively requires repeated successive build attempts (rustc is such a resource pig VM-consumption-wise), or run in a chroot on an aarch64 host where the available VM space is 4GB instead of the native 2GB. **) Powerpc either requires -latomic in a directory searched by default by 'ld' or to be built within pkgsrc which has a patch to tackle this.
1 parent b7ebc6b commit 1c367c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rustc/src/platform-support.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ target | std | host | notes
156156
`aarch64-apple-tvos` | * | | ARM64 tvOS
157157
`aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD
158158
`aarch64-unknown-hermit` | ? | |
159-
`aarch64-unknown-netbsd` | ? | |
159+
`aarch64-unknown-netbsd` | | |
160160
`aarch64-unknown-openbsd` | ✓ | ✓ | ARM64 OpenBSD
161161
`aarch64-unknown-redox` | ? | | ARM64 Redox OS
162162
`aarch64-uwp-windows-msvc` | ? | |
@@ -166,7 +166,7 @@ target | std | host | notes
166166
`armv6-unknown-netbsd-eabihf` | ? | |
167167
`armv7-apple-ios` | ✓ | | ARMv7 iOS, Cortex-a8
168168
`armv7-unknown-freebsd` | ✓ | ✓ | ARMv7 FreeBSD
169-
`armv7-unknown-netbsd-eabihf` | ? | |
169+
`armv7-unknown-netbsd-eabihf` | | |
170170
`armv7-wrs-vxworks-eabihf` | ? | |
171171
`armv7a-none-eabihf` | * | | ARM Cortex-A, hardfloat
172172
`armv7s-apple-ios` | ✓ | |
@@ -177,7 +177,7 @@ target | std | host | notes
177177
`i686-pc-windows-msvc` | ✓ | | 32-bit Windows XP support
178178
`i686-unknown-uefi` | ? | | 32-bit UEFI
179179
`i686-unknown-haiku` | ✓ | ✓ | 32-bit Haiku
180-
`i686-unknown-netbsd` | ✓ | | NetBSD/i386 with SSE2
180+
`i686-unknown-netbsd` | ✓ | | NetBSD/i386 with SSE2
181181
`i686-unknown-openbsd` | ✓ | ✓ | 32-bit OpenBSD
182182
`i686-uwp-windows-gnu` | ? | |
183183
`i686-uwp-windows-msvc` | ? | |
@@ -193,7 +193,7 @@ target | std | host | notes
193193
`msp430-none-elf` | * | | 16-bit MSP430 microcontrollers
194194
`powerpc-unknown-linux-gnuspe` | ✓ | | PowerPC SPE Linux
195195
`powerpc-unknown-linux-musl` | ? | |
196-
`powerpc-unknown-netbsd` | ? | |
196+
`powerpc-unknown-netbsd` | | |
197197
`powerpc-wrs-vxworks` | ? | |
198198
`powerpc-wrs-vxworks-spe` | ? | |
199199
`powerpc64-unknown-freebsd` | ✓ | ✓ | PPC64 FreeBSD (ELFv1 and ELFv2)

0 commit comments

Comments
 (0)