Commit 38083c83 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc: fix mistake in NetBSD notes

It's 32-bit binaries that fail for reasons unknown on 64-bit kernels.

Change-Id: Ib410af0491160e3ed8d32118966142516123db2c
Reviewed-on: https://go-review.googlesource.com/82655Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
parent 4f1fca95
...@@ -78,8 +78,8 @@ support for FreeBSD 9.3 has been removed. ...@@ -78,8 +78,8 @@ support for FreeBSD 9.3 has been removed.
<p id="netbsd"> <p id="netbsd">
Go now runs on NetBSD again, but requires the unreleased NetBSD 8. Go now runs on NetBSD again, but requires the unreleased NetBSD 8.
Only <code>GOARCH=amd64</code> running on NetBSD amd64 and <code>GOARCH=386</code> Only <code>GOARCH=amd64</code> running on NetBSD amd64 and <code>GOARCH=386</code>
running on NetBSD i386 are known to work. 64-bit Go binaries are known to running on NetBSD i386 are known to work. 32-bit Go binaries are known to
fail on 32-bit NetBSD kernels. <code>GOARCH=arm</code> is untested. fail on 64-bit NetBSD kernels. <code>GOARCH=arm</code> is untested.
</p> </p>
<p id="openbsd"> <p id="openbsd">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment