Skip to content

Commit 2891f3f

Browse files
authored
Rollup merge of #79573 - he32:master, r=jonas-schievink
Update with status for various NetBSD ports. The NetBSD ports of rust to aarch64, armv7*, i686, and powerpc** all both build and run. Status is as of rust 1.47.0. *) 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 and support package to tackle this issue.
2 parents 1bc1a18 + 1c367c0 commit 2891f3f

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` | ? | |
@@ -167,7 +167,7 @@ target | std | host | notes
167167
`armv6-unknown-netbsd-eabihf` | ? | |
168168
`armv7-apple-ios` | ✓ | | ARMv7 iOS, Cortex-a8
169169
`armv7-unknown-freebsd` | ✓ | ✓ | ARMv7 FreeBSD
170-
`armv7-unknown-netbsd-eabihf` | ? | |
170+
`armv7-unknown-netbsd-eabihf` | | |
171171
`armv7-wrs-vxworks-eabihf` | ? | |
172172
`armv7a-none-eabihf` | * | | ARM Cortex-A, hardfloat
173173
`armv7s-apple-ios` | ✓ | |
@@ -178,7 +178,7 @@ target | std | host | notes
178178
`i686-pc-windows-msvc` | ✓ | | 32-bit Windows XP support
179179
`i686-unknown-uefi` | ? | | 32-bit UEFI
180180
`i686-unknown-haiku` | ✓ | ✓ | 32-bit Haiku
181-
`i686-unknown-netbsd` | ✓ | | NetBSD/i386 with SSE2
181+
`i686-unknown-netbsd` | ✓ | | NetBSD/i386 with SSE2
182182
`i686-unknown-openbsd` | ✓ | ✓ | 32-bit OpenBSD
183183
`i686-uwp-windows-gnu` | ? | |
184184
`i686-uwp-windows-msvc` | ? | |
@@ -194,7 +194,7 @@ target | std | host | notes
194194
`msp430-none-elf` | * | | 16-bit MSP430 microcontrollers
195195
`powerpc-unknown-linux-gnuspe` | ✓ | | PowerPC SPE Linux
196196
`powerpc-unknown-linux-musl` | ? | |
197-
`powerpc-unknown-netbsd` | ? | |
197+
`powerpc-unknown-netbsd` | | |
198198
`powerpc-wrs-vxworks` | ? | |
199199
`powerpc-wrs-vxworks-spe` | ? | |
200200
`powerpc64-unknown-freebsd` | ✓ | ✓ | PPC64 FreeBSD (ELFv1 and ELFv2)

0 commit comments

Comments
 (0)