From 1948c00b6e49b4481ab1378247020786db1b7129 Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Wed, 4 Nov 2020 12:40:35 -0500 Subject: [PATCH] doc/go1.16: add release notes for darwin ports Updates #38485, #42100. For #40700. Change-Id: I2caaa8482f13f9b79d4c2d2fdd242543981060cf Reviewed-on: https://go-review.googlesource.com/c/go/+/267718 Trust: Cherry Zhang Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- doc/go1.16.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/go1.16.html b/doc/go1.16.html index 98fa595ea5..793f6ef26d 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -31,6 +31,29 @@ Do not send CLs removing the interior tags from such phrases.

Ports

+

Darwin

+ +

+ Go 1.16 adds support of 64-bit ARM architecture on macOS (also known as + Apple Silicon) with GOOS=darwin, GOARCH=arm64. + Like the darwin/amd64 port, the darwin/arm64 + port supports cgo, internal and external linking, c-archive, + c-shared, and pie build modes, and the race + detector. +

+ +

+ The iOS port, which was previously darwin/arm64, is now + moved to ios/arm64. GOOS=ios implies the + darwin build tag, just as GOOS=android + implies the linux build tag. +

+ +

+ The ios/amd64 port is added, targetting the iOS simulator + running on AMD64-based macOS. +

+

NetBSD

-- 2.50.0