Skip to content

Commit d2ec75a

Browse files
Ash CrippsBethGriggs
Ash Cripps
authored andcommitted
doc: update BUILDING.md for Apple Silicon
PR-URL: #38227 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent d255bff commit d2ec75a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

BUILDING.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,17 @@ Depending on the host platform, the selection of toolchains may vary.
169169

170170
Binaries 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
184185
binaries with GCC 8 but linked to the glibc and libstdc++ versions of the host

0 commit comments

Comments
 (0)