Skip to content

Commit 76c74b3

Browse files
richardlausam-github
authored andcommitted
doc: update Centos/RHEL releases use devtoolset-8
Releases built on Centos/RHEL have been updated to use devtoolset-8. Signed-off-by: Richard Lau <[email protected]> PR-URL: #32812 Refs: nodejs/build#2168 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ceca867 commit 76c74b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BUILDING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
170170
| --------------------- | ------------------------------------------------------------------------ |
171171
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
172172
| darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
173-
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
173+
| linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> |
174174
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
175-
| linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 <sup>[7](#fn7)</sup> |
176-
| linux-s390x | RHEL 7 with devtoolset-6 / GCC 6 <sup>[7](#fn7)</sup> |
177-
| linux-x64 | CentOS 7 with devtoolset-6 / GCC 6 <sup>[7](#fn7)</sup> |
175+
| linux-ppc64le | CentOS 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> |
176+
| linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> |
177+
| linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> |
178178
| win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |
179179

180-
<em id="fn7">7</em>: The Enterprise Linux devtoolset-6 allows us to compile
181-
binaries with GCC 6 but linked to the glibc and libstdc++ versions of the host
180+
<em id="fn8">8</em>: The Enterprise Linux devtoolset-8 allows us to compile
181+
binaries with GCC 8 but linked to the glibc and libstdc++ versions of the host
182182
platforms (CentOS 7 / RHEL 7). Therefore, binaries produced on these systems
183183
are compatible with glibc >= 2.17 and libstdc++ >= 6.0.20 (`GLIBCXX_3.4.20`).
184184
These are available on distributions natively supporting GCC 4.9, such as

0 commit comments

Comments
 (0)