@@ -160,7 +160,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
160
160
161
161
| Binary package | Platform and Toolchain |
162
162
| ----------------------- | ----------------------------------------------------------------------------------------------------------- |
163
- | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 10 |
163
+ | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12 [ ^ 5 ] |
164
164
| darwin-x64 | macOS 11, Xcode 13 with -mmacosx-version-min=11.0 |
165
165
| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode 13 with -mmacosx-version-min=11.0 |
166
166
| linux-arm64 | RHEL 8 with GCC 10[ ^ 6 ] |
@@ -172,6 +172,9 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
172
172
173
173
<!-- lint disable final-definition-->
174
174
175
+ [ ^ 5 ] : Binaries produced on these systems require libstdc++12, available
176
+ from the [ AIX toolbox] [ ] .
177
+
175
178
[ ^ 6 ] : Binaries produced on these systems are compatible with glibc >= 2.28
176
179
and libstdc++ >= 6.0.25 (` GLIBCXX_3.4.25 ` ). These are available on
177
180
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
@@ -953,4 +956,5 @@ version of a dependency), please reserve and use a custom `NODE_MODULE_VERSION`
953
956
by opening a pull request against the registry available at
954
957
< https://github.com/nodejs/node/blob/HEAD/doc/abi_version_registry.json > .
955
958
959
+ [ AIX toolbox ] : https://www.ibm.com/support/pages/aix-toolbox-open-source-software-overview
956
960
[ Python versions ] : https://devguide.python.org/versions/
0 commit comments