From: Brad Fitzpatrick Date: Wed, 13 Dec 2017 21:18:28 +0000 (+0000) Subject: doc/go1.10: note that netbsd/arm is definitely broken X-Git-Tag: go1.10beta2~109 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=513a46911904347d81691c5046e9fb76f77a76d0;p=gostls13.git doc/go1.10: note that netbsd/arm is definitely broken Remove the ambiguity, know that we know it's actually broken, per https://github.com/golang/go/issues/23073#issuecomment-351045421 Updates #23073 Change-Id: I9b904da2f4c7105a0727d2a9056aaa6895d3dadc Reviewed-on: https://go-review.googlesource.com/83856 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.10.html b/doc/go1.10.html index 2f5d74ea2f..98bba74e97 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -77,8 +77,8 @@ support for FreeBSD 9.3 has been removed.

Go now runs on NetBSD again but requires the unreleased NetBSD 8. -Only GOARCH amd64 and 386 are -known to work. The arm port might work but is untested. +Only GOARCH amd64 and 386 have +been fixed. The arm port is still broken.