aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-06-04 10:44:46 -0400
committerAustin Clements <austin@google.com>2020-06-04 17:50:14 +0000
commit9d715e0bffe895187bd602d58a4cf2c348f07e49 (patch)
tree33130256b7a5eca3e22a0eb31252de62f69f6ce0
parentb371f189dfdfb2454a20ec276de55fe884d6ff9f (diff)
downloadgo-9d715e0bffe895187bd602d58a4cf2c348f07e49.tar.gz
go-9d715e0bffe895187bd602d58a4cf2c348f07e49.zip
doc/go1.15: 1.15 supports OpenBSD 6.7 on arm and arm64
Change-Id: Ibea6fbb73abdb7201855e80967120c07484d6460 Reviewed-on: https://go-review.googlesource.com/c/go/+/236557 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.15.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index bdb327e4d4..15f56eef9d 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -69,6 +69,15 @@ Do not send CLs removing the interior tags from such phrases.
planned to become the default NDK linker in a future NDK version.
</p>
+<h3 id="openbsd">OpenBSD</h3>
+
+<p><!-- CL 234381 -->
+ Go 1.15 adds support for OpenBSD 6.7 on <code>GOARCH=arm</code>
+ and <code>GOARCH=arm64</code>. Previous versions of Go already
+ supported OpenBSD 6.7 on <code>GOARCH=386</code>
+ and <code>GOARCH=amd64</code>.
+</p>
+
<h3 id="riscv">RISC-V</h3>
<p>