Skip to content

Commit c6e0ba3

Browse files
committed
doc: update OS level support for AIX
Update OS level supprot for AIX. Based on discussions with the AIX team we've have decided that the minimum support level should be 7.1. This is because support for AIX 6.1 will likely end during the lifespan of the upcoming Node version 8 release. PR-URL: #12235 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent 6581c35 commit c6e0ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Support is divided into three tiers:
4242
| FreeBSD | Tier 2 | >= 10 | x64 | |
4343
| GNU/Linux | Tier 2 | kernel >= 4.2.0, glibc >= 2.19 | ppc64be | |
4444
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le | |
45-
| AIX | Tier 2 | >= 6.1 TL09 | ppc64be | |
45+
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be | |
4646
| GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
4747
| macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
4848
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |

0 commit comments

Comments
 (0)