]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add darwin/arm64 in the list of supported systems in help message
authorCholerae Hu <choleraehyq@gmail.com>
Wed, 27 Oct 2021 03:41:47 +0000 (11:41 +0800)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 27 Oct 2021 13:12:49 +0000 (13:12 +0000)
Fixes #49173.

Change-Id: I71270b4ff7e9ede3cdfa5946b73142a731752adf
Reviewed-on: https://go-review.googlesource.com/c/go/+/358901
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>

src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go

index 817807310345dfd0c0337e5777c41809bdc852f6..9d8c321307af830a89d348d2ce897f84de2c09a3 100644 (file)
 //             The default is GOMAXPROCS, normally the number of CPUs available.
 //     -race
 //             enable data race detection.
-//             Supported only on linux/amd64, freebsd/amd64, darwin/amd64, windows/amd64,
+//             Supported only on linux/amd64, freebsd/amd64, darwin/amd64, darwin/arm64, windows/amd64,
 //             linux/ppc64le and linux/arm64 (only for 48-bit VMA).
 //     -msan
 //             enable interoperation with memory sanitizer.
index ffe33bfa4d41c428849534fd36892a676fbe6ce9..9d0ad27f0dc7b7d284d582ca5450fc44048b780b 100644 (file)
@@ -68,7 +68,7 @@ and test commands:
                The default is GOMAXPROCS, normally the number of CPUs available.
        -race
                enable data race detection.
-               Supported only on linux/amd64, freebsd/amd64, darwin/amd64, windows/amd64,
+               Supported only on linux/amd64, freebsd/amd64, darwin/amd64, darwin/arm64, windows/amd64,
                linux/ppc64le and linux/arm64 (only for 48-bit VMA).
        -msan
                enable interoperation with memory sanitizer.