@@ -169,16 +169,17 @@ Depending on the host platform, the selection of toolchains may vary.
169169
170170Binaries at < https://nodejs.org/download/release/ > are produced on:
171171
172- | Binary package | Platform and Toolchain |
173- | --------------------- | ------------------------------------------------------------------------------------------------------------- |
174- | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
175- | darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
176- | linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
177- | linux-armv7l | Cross-compiled on Ubuntu 18.04 x64 with [ custom GCC toolchain] ( https://github.com/rvagg/rpi-newer-crosstools ) |
178- | linux-ppc64le | CentOS 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
179- | linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
180- | linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
181- | win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |
172+ | Binary package | Platform and Toolchain |
173+ | --------------------- | ------------------------------------------------------------------------------------------------------------- |
174+ | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
175+ | darwin-x64 | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
176+ | darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.13 |
177+ | linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
178+ | linux-armv7l | Cross-compiled on Ubuntu 18.04 x64 with [ custom GCC toolchain] ( https://github.com/rvagg/rpi-newer-crosstools ) |
179+ | linux-ppc64le | CentOS 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
180+ | linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
181+ | linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 <sup >[ 8] ( #fn8 ) </sup > |
182+ | win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |
182183
183184<em id =" fn8 " >8</em >: The Enterprise Linux devtoolset-8 allows us to compile
184185binaries with GCC 8 but linked to the glibc and libstdc++ versions of the host
0 commit comments