From: Brad Fitzpatrick Date: Wed, 6 Dec 2017 18:44:13 +0000 (+0000) Subject: doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notes X-Git-Tag: go1.10beta1~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=617fc0ffd3dabd24a43a713af0a05a7f93516d36;p=gostls13.git doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notes Fixes #22911 Change-Id: I61de85323e290b64917a09bc512935e835ff7cf0 Reviewed-on: https://go-review.googlesource.com/82276 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.10.html b/doc/go1.10.html index 67a1605314..c744fa511f 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -75,6 +75,18 @@ Go 1.10 now requires FreeBSD 10.3 or later; support for FreeBSD 9.3 has been removed.

+

+Go now runs on NetBSD again, but requires the unreleased NetBSD 8. +Only GOARCH=amd64 running on NetBSD amd64 and GOARCH=386 +running on NetBSD i386 are known to work. 64-bit Go binaries are known to +fail on 32-bit NetBSD kernels. GOARCH=arm is untested. +

+ +

+Go 1.10 is the last release that will run on OpenBSD 6.0. +Go 1.11 will require OpenBSD 6.2. +

+

On 32-bit MIPS systems, the new environment variable settings GOMIPS=hardfloat (the default) and