Skip to content

Commit 4f70132

Browse files
authoredSep 20, 2024··
doc: reflect toolchains used for official binaries
Update the list of toolchains used to build the official Node.js binaries for Node.js 23 onwards. PR-URL: #54967 Refs: nodejs/build#3806 Refs: #54081 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 653b965 commit 4f70132

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed
 

Diff for: ‎BUILDING.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ platforms. This is true regardless of entries in the table below.
106106
| GNU/Linux | x64 | kernel >= 3.10, musl >= 1.1.19 | Experimental | e.g. Alpine 3.8 |
107107
| GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Experimental | Downgraded as of Node.js 10 |
108108
| GNU/Linux | arm64 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 1 | e.g. Ubuntu 20.04, Debian 10, RHEL 8 |
109-
| GNU/Linux | armv7 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 1 | e.g. Ubuntu 20.04, Debian 11 |
109+
| GNU/Linux | armv7 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 1 | e.g. Ubuntu 22.04, Debian 12 |
110110
| GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 |
111111
| GNU/Linux | ppc64le >=power8 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 2 | e.g. Ubuntu 20.04, RHEL 8 |
112112
| GNU/Linux | s390x | kernel >= 4.18[^1], glibc >= 2.28 | Tier 2 | e.g. RHEL 8 |
@@ -158,17 +158,18 @@ Depending on the host platform, the selection of toolchains may vary.
158158

159159
Binaries at <https://nodejs.org/download/release/> are produced on:
160160

161-
| Binary package | Platform and Toolchain |
162-
| ----------------------- | ----------------------------------------------------------------------------------------------------------- |
163-
| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12[^5] |
164-
| darwin-x64 | macOS 11, Xcode 13 with -mmacosx-version-min=11.0 |
165-
| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode 13 with -mmacosx-version-min=11.0 |
166-
| linux-arm64 | RHEL 8 with GCC 10[^6] |
167-
| linux-armv7l | Cross-compiled on RHEL 8 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7] |
168-
| linux-ppc64le | RHEL 8 with gcc-toolset-10[^6] |
169-
| linux-s390x | RHEL 8 with gcc-toolset-10[^6] |
170-
| linux-x64 | RHEL 8 with gcc-toolset-10[^6] |
171-
| win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 |
161+
| Binary package | Platform and Toolchain |
162+
| ----------------------- | ------------------------------------------------------------------------------------------------------------- |
163+
| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12[^5] |
164+
| darwin-x64 | macOS 11, Xcode 13 with -mmacosx-version-min=11.0 |
165+
| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode 13 with -mmacosx-version-min=11.0 |
166+
| linux-arm64 | RHEL 8 with gcc-toolset-12[^6] |
167+
| linux-armv7l | Cross-compiled on RHEL 9 x64 with a [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7] |
168+
| linux-ppc64le | RHEL 8 with gcc-toolset-12[^6] |
169+
| linux-s390x | RHEL 8 with gcc-toolset-12[^6] |
170+
| linux-x64 | RHEL 8 with gcc-toolset-12[^6] |
171+
| win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 |
172+
| win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 |
172173

173174
<!--lint disable final-definition-->
174175

@@ -181,9 +182,9 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
181182
RHEL 8 and Ubuntu 20.04.
182183

183184
[^7]: Binaries produced on these systems are compatible with glibc >= 2.28
184-
and libstdc++ >= 6.0.28 (`GLIBCXX_3.4.28`). These are available on
185-
distributions natively supporting GCC 9.3 or higher, such as Debian 11,
186-
Ubuntu 20.04.
185+
and libstdc++ >= 6.0.30 (`GLIBCXX_3.4.30`). These are available on
186+
distributions natively supporting GCC 12.1 or higher, such as Debian 12,
187+
Ubuntu 22.04.
187188

188189
<!--lint enable final-definition-->
189190

0 commit comments

Comments
 (0)
Please sign in to comment.