File tree 2 files changed +3
-1
lines changed
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
339
339
` powerpc64le-unknown-freebsd ` | | | PPC64LE FreeBSD
340
340
` powerpc-unknown-freebsd ` | | | PowerPC FreeBSD
341
341
` 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 ) | ? | |
343
343
` powerpc64le-unknown-linux-musl ` | ? | | 64-bit PowerPC Linux with musl 1.2.3, Little Endian
344
344
[ ` powerpc64-unknown-openbsd ` ] ( platform-support/openbsd.md ) | ✓ | ✓ | OpenBSD/powerpc64
345
345
[ ` 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:
12
12
- ` i686-wrs-vxworks `
13
13
- ` armv7-wrs-vxworks-eabihf `
14
14
- ` powerpc-wrs-vxworks `
15
+ - ` powerpc64-wrs-vxworks `
15
16
- ` powerpc-wrs-vxworks-spe `
16
17
17
18
## Target maintainers
@@ -36,6 +37,7 @@ target = [
36
37
" i686-wrs-vxworks" ,
37
38
" armv7-wrs-vxworks-eabihf" ,
38
39
" powerpc-wrs-vxworks" ,
40
+ " powerpc64-wrs-vxworks" ,
39
41
" powerpc-wrs-vxworks-spe" ,
40
42
]
41
43
```
You can’t perform that action at this time.
0 commit comments