]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.10: note that netbsd/arm is definitely broken
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Dec 2017 21:18:28 +0000 (21:18 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Dec 2017 17:14:03 +0000 (17:14 +0000)
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 <iant@golang.org>
doc/go1.10.html

index 2f5d74ea2f6061dcbef6df2b786d5a0e9b1eeaa9..98bba74e976eff89151e8f2b505ea0bf81ef7bea 100644 (file)
@@ -77,8 +77,8 @@ support for FreeBSD 9.3 has been removed.
 
 <p id="netbsd">
 Go now runs on NetBSD again but requires the unreleased NetBSD 8.
-Only <code>GOARCH</code> <code>amd64</code> and <code>386</code> are
-known to work. The <code>arm</code> port might work but is untested.
+Only <code>GOARCH</code> <code>amd64</code> and <code>386</code> have
+been fixed. The <code>arm</code> port is still broken.
 </p>
 
 <p id="openbsd">