aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-06-24 10:02:41 -0700
committerIan Lance Taylor <iant@golang.org>2019-06-24 18:34:09 +0000
commit122a4fb7b038af1407a8b1c5ffe370bae70a5c69 (patch)
treefaec9264283870c5e619e00b013664f254a05314
parent43e53beba53547f2846a18e373c9205ededc20d2 (diff)
downloadgo-122a4fb7b038af1407a8b1c5ffe370bae70a5c69.tar.gz
go-122a4fb7b038af1407a8b1c5ffe370bae70a5c69.zip
doc/go1.13: mention {NetBSD,OpenBSD}/arm64 ports
Also alphabetize port listing. Change-Id: I4cc552a74856c9955571d721deb6223438c7d856 Reviewed-on: https://go-review.googlesource.com/c/go/+/183637 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.13.html23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/go1.13.html b/doc/go1.13.html
index 2c2b0c1728..00fd4628da 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -105,6 +105,14 @@ TODO
<h2 id="ports">Ports</h2>
+<h3 id="aix">AIX</h3>
+
+<p><!-- CL 164003, CL 169120 -->
+ AIX on PPC64 (<code>aix/ppc64</code>) now supports cgo, external
+ linking, and the <code>c-archive</code> and <code>pie</code> build
+ modes.
+</p>
+
<h3 id="android">Android</h3>
<p><!-- CL 170127 -->
@@ -136,12 +144,16 @@ TODO
build tag.
</p>
-<h3 id="aix">AIX</h3>
+<h3 id="netbsd">NetBSD</h3>
-<p><!-- CL 164003, CL 169120 -->
- AIX on PPC64 (<code>aix/ppc64</code>) now supports cgo, external
- linking, and the <code>c-archive</code> and <code>pie</code> build
- modes.
+<p><!--CL 155739 -->
+ Go now supports NetBSD on arm64.
+</p>
+
+<h3 id="openbsd">OpenBSD</h3>
+
+<p><!--CL 174125 -->
+ Go now supports OpenBSD on arm64.
</p>
<h3 id="windows">Windows</h3>
@@ -351,7 +363,6 @@ TODO generally
TODO
</p>
-<!-- CL 174125: https://golang.org/cl/174125: cmd/dist: add support for openbsd/arm64 -->
<!-- CL 173345: https://golang.org/cl/173345: cmd/go: add -trimpath build flag -->
<!-- CL 173438: https://golang.org/cl/173438: cmd/go: change -tags to a comma-separated list -->
<!-- CL 175983: https://golang.org/cl/175983: cmd/go: set the "generate" build tag in go generate, per design doc -->