Skip to content

Commit 34ac9ea

Browse files
author
B I Mohammed Abbas
committed
Update powerpc64-wrs-vxworks platform support docs
1 parent 1932602 commit 34ac9ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ target | std | host | notes
339339
`powerpc64le-unknown-freebsd` | | | PPC64LE FreeBSD
340340
`powerpc-unknown-freebsd` | | | PowerPC FreeBSD
341341
`powerpc64-unknown-linux-musl` | ? | | 64-bit PowerPC Linux with musl 1.2.3
342-
`powerpc64-wrs-vxworks` | ? | |
342+
[`powerpc64-wrs-vxworks`](platform-support/vxworks.md) | ? | |
343343
`powerpc64le-unknown-linux-musl` | ? | | 64-bit PowerPC Linux with musl 1.2.3, Little Endian
344344
[`powerpc64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/powerpc64
345345
[`powerpc64-ibm-aix`](platform-support/aix.md) | ? | | 64-bit AIX (7.2 and newer)

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

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Target triplets available:
1212
- `i686-wrs-vxworks`
1313
- `armv7-wrs-vxworks-eabihf`
1414
- `powerpc-wrs-vxworks`
15+
- `powerpc64-wrs-vxworks`
1516
- `powerpc-wrs-vxworks-spe`
1617

1718
## Target maintainers
@@ -36,6 +37,7 @@ target = [
3637
"i686-wrs-vxworks",
3738
"armv7-wrs-vxworks-eabihf",
3839
"powerpc-wrs-vxworks",
40+
"powerpc64-wrs-vxworks",
3941
"powerpc-wrs-vxworks-spe",
4042
]
4143
```

0 commit comments

Comments
 (0)