Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6473f5e

Browse files
authored
doc: update toolchains used for Node.js 20 releases
Update the table describing the platform and toolchain used to buildthe official Node.js 20 binaries.PR-URL:#47352Refs:https://github.com/orgs/nodejs/discussions/45892Refs:#47067Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Jiawen Geng <technicalcute@gmail.com>Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parentb17227b commit6473f5e

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

‎BUILDING.md

Lines changed: 17 additions & 12 deletions
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, Debian10|
109+
| GNU/Linux| armv7| kernel >= 4.18[^1], glibc >= 2.28| Tier 1| e.g. Ubuntu 20.04, Debian11|
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|
@@ -160,23 +160,28 @@ Depending on the host platform, the selection of toolchains may vary.
160160

161161
Binaries at<https://nodejs.org/download/release/> are produced on:
162162

163-
| Binary package| Platform and Toolchain|
164-
| -----------------------| -------------------------------------------------------------------------------------------------------------|
165-
| aix-ppc64| AIX 7.2 TL04 on PPC64BE with GCC8|
166-
| darwin-x64| macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.15|
167-
| darwin-arm64 (and .pkg)| macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.15|
168-
| linux-arm64| RHEL 8 with GCC8[^6]|
169-
| linux-armv7l| Cross-compiled onUbuntu 18.04 x64 with[custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)|
170-
| linux-ppc64le| RHEL 8 withGCC 8[^6]|
171-
| linux-s390x| RHEL 8 withGCC 8[^6]|
172-
| linux-x64| RHEL 8 withGCC 8[^6]|
173-
| win-x64 and win-x86| Windows 2012 R2 (x64) with Visual Studio 2019|
163+
| Binary package| Platform and Toolchain|
164+
| -----------------------| -----------------------------------------------------------------------------------------------------------|
165+
| aix-ppc64| AIX 7.2 TL04 on PPC64BE with GCC10|
166+
| darwin-x64| macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.15|
167+
| darwin-arm64 (and .pkg)| macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.15|
168+
| linux-arm64| RHEL 8 with GCC10[^6]|
169+
| linux-armv7l| Cross-compiled onRHEL 8 x64 with[custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7]|
170+
| linux-ppc64le| RHEL 8 withgcc-toolset-10[^6]|
171+
| linux-s390x| RHEL 8 withgcc-toolset-10[^6]|
172+
| linux-x64| RHEL 8 withgcc-toolset-10[^6]|
173+
| win-x64 and win-x86| Windows 2012 R2 (x64) with Visual Studio 2019|
174174

175175
[^6]: Binaries produced on these systems are compatible with glibc >= 2.28
176176
and libstdc++ >= 6.0.25 (`GLIBCXX_3.4.25`). These are available on
177177
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
178178
RHEL 8 and Ubuntu 20.04.
179179

180+
[^7]: Binaries produced on these systems are compatible with glibc >= 2.28
181+
and libstdc++ >= 6.0.28 (`GLIBCXX_3.4.28`). These are available on
182+
distributions natively supporting GCC 9.3 or higher, such as Debian 11,
183+
Ubuntu 20.04.
184+
180185
####OpenSSL asm support
181186

182187
OpenSSL-1.1.1 requires the following assembler version for use of asm

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp