1
0
mirror of https://github.com/golang/go synced 2024-09-24 01:20:13 -06:00

doc/go1.16: announce netbsd/arm64 support

netbsd/arm64 now complies with all the requirements for a port as
specified on https://golang.org/wiki/PortingPolicy

Note that this was preliminarily announced in the Go 1.13 release notes
(CL 183637) but then removed again due to the port lacking a builder at
that time (CL 192997).

Updates #30824

Change-Id: I2f40fabc84fe9cb699282e6a9d13ed9b64478e36
Reviewed-on: https://go-review.googlesource.com/c/go/+/259277
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser 2020-10-02 22:13:14 +02:00 committed by Tobias Klauser
parent d888f1d5c0
commit 21eb3dcf93

View File

@ -31,8 +31,11 @@ Do not send CLs removing the interior tags from such phrases.
<h2 id="ports">Ports</h2> <h2 id="ports">Ports</h2>
<p> <h3 id="netbsd">NetBSD</h3>
TODO
<p><!-- golang.org/issue/30824 -->
Go now supports the 64-bit ARM architecture on NetBSD (the
<code>netbsd/arm64</code> port).
</p> </p>
<h2 id="tools">Tools</h2> <h2 id="tools">Tools</h2>