From 503d838b1e1f6f5c03fc234d9352c31ee3717da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 14 Apr 2023 14:40:45 +0200 Subject: 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 Reviewed-By: Rafael Gonzaga Reviewed-By: Jiawen Geng --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index 40220f75ad..7af12f40bd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -163,8 +163,8 @@ Binaries at 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] | -- cgit v1.2.1