summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2023-04-14 14:40:45 +0200
committerGitHub <noreply@github.com>2023-04-14 12:40:45 +0000
commit503d838b1e1f6f5c03fc234d9352c31ee3717da4 (patch)
tree6c2090ba325a8913dd4324ecee5f9747c90c386b /BUILDING.md
parent3d17735e84da8a73d95340cd87664e9072ca0229 (diff)
downloadnode-new-503d838b1e1f6f5c03fc234d9352c31ee3717da4.tar.gz
doc: update darwin-x64 toolchain used for Node.js 20 releases
Refs: https://github.com/nodejs/node/issues/47067 PR-URL: https://github.com/nodejs/node/pull/47546 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 40220f75ad..7af12f40bd 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -163,8 +163,8 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
| Binary package | Platform and Toolchain |
| ----------------------- | ----------------------------------------------------------------------------------------------------------- |
| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 10 |
-| darwin-x64 | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.15 |
-| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.15 |
+| darwin-x64 | macOS 11, Xcode 12 with -mmacosx-version-min=10.15 |
+| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode 12 with -mmacosx-version-min=10.15 |
| linux-arm64 | RHEL 8 with GCC 10[^6] |
| linux-armv7l | Cross-compiled on RHEL 8 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7] |
| linux-ppc64le | RHEL 8 with gcc-toolset-10[^6] |