Skip to content

Commit 4935116

Browse files
platform-support: tick armv6, armv7 and powerpc64 on FreeBSD (#312)
1 parent d20a78a commit 4935116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/release/platform-support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ target | std | rustc | cargo | notes
150150
`aarch64-uwp-windows-msvc` | ? | | |
151151
`aarch64-wrs-vxworks` | ? | | |
152152
`armv4t-unknown-linux-gnueabi` | ? | | |
153-
`armv6-unknown-freebsd` | ? | | |
153+
`armv6-unknown-freebsd` | | | ✓ | ARMv6 FreeBSD
154154
`armv6-unknown-netbsd-eabihf` | ? | | |
155-
`armv7-unknown-freebsd` | ? | | |
155+
`armv7-unknown-freebsd` | | | ✓ | ARMv7 FreeBSD
156156
`armv7-unknown-netbsd-eabihf` | ? | | |
157157
`armv7-wrs-vxworks-eabihf` | ? | | |
158158
`hexagon-unknown-linux-musl` | ? | | |
@@ -177,7 +177,7 @@ target | std | rustc | cargo | notes
177177
`powerpc-unknown-netbsd` | ? | | |
178178
`powerpc-wrs-vxworks` | ? | | |
179179
`powerpc-wrs-vxworks-spe` | ? | | |
180-
`powerpc64-unknown-freebsd` | ? | | |
180+
`powerpc64-unknown-freebsd` | | | ✓ | PPC64 FreeBSD (ELFv1 and ELFv2)
181181
`powerpc64-unknown-linux-musl` | ? | | |
182182
`powerpc64-wrs-vxworks` | ? | | |
183183
`powerpc64le-unknown-linux-musl` | ? | | |

0 commit comments

Comments
 (0)