Skip to content

Commit 2706e67

Browse files
author
Ash Cripps
committed
doc: update AIX to GCC8 for v16.x
PR-URL: #37677 Refs: nodejs/build#2445 Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 1d740ec commit 2706e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ platforms. This is true regardless of entries in the table below.
116116
| macOS | x64 | >= 10.13 | Tier 1 | |
117117
| macOS | arm64 | >= 11 | Experimental | |
118118
| SmartOS | x64 | >= 18 | Tier 2 | |
119-
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
119+
| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
120120
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |
121121

122122
<em id="fn1">1</em>: GCC 6 is not provided on the base platform. Users will
@@ -171,7 +171,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
171171

172172
| Binary package | Platform and Toolchain |
173173
| --------------------- | ------------------------------------------------------------------------------------------------------------- |
174-
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
174+
| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
175175
| darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
176176
| linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> |
177177
| linux-armv7l | Cross-compiled on Ubuntu 18.04 x64 with [custom GCC toolchain](https://github.com./rvagg/rpi-newer-crosstools) |

0 commit comments

Comments
 (0)