File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments