aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-12-06 21:28:36 -0500
committerAustin Clements <austin@google.com>2020-12-07 17:52:08 +0000
commit8d3458517199f5aa2be0ec0f316fd406c9ca6cbb (patch)
tree8c6d9758707913fa2391c3dda23ca0dc10771064 /doc
parent9c0e2db051093767526c96cbe02d3c3b7d28f770 (diff)
downloadgo-8d3458517199f5aa2be0ec0f316fd406c9ca6cbb.tar.gz
go-8d3458517199f5aa2be0ec0f316fd406c9ca6cbb.zip
doc/go1.16: announce openbsd/mips64 port
Updates #40995. For #40700. Change-Id: I4dced8d70e2f1fa2da98e2eb1a5f1f829f55bb6b Reviewed-on: https://go-review.googlesource.com/c/go/+/275787 Trust: Austin Clements <austin@google.com> Reviewed-by: Joel Sing <joel@sing.id.au>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 5ad3cae6d9..a1f07c10fd 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -70,6 +70,14 @@ Do not send CLs removing the interior tags from such phrases.
<code>netbsd/arm64</code> port).
</p>
+<h3 id="openbsd">OpenBSD</h3>
+
+<p><!-- golang.org/issue/40995 -->
+ Go now supports the MIPS64 architecture on OpenBSD
+ (the <code>openbsd/mips64</code> port). This port does not yet
+ support cgo.
+</p>
+
<h3 id="386">386</h3>
<p><!-- golang.org/issue/40255, golang.org/issue/41848, CL 258957, and CL 260017 -->