]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: update for FreeBSD/ARM support.
authorShenghou Ma <minux.ma@gmail.com>
Tue, 29 Apr 2014 19:54:37 +0000 (15:54 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 29 Apr 2014 19:54:37 +0000 (15:54 -0400)
FreeBSD 10 is fully supported.

LGTM=r
R=golang-codereviews, bradfitz, r
CC=dave, golang-codereviews
https://golang.org/cl/99810044

doc/go1.3.html

index 5b623bd2e35b60a3ab20bf738bdef8bfa77f01d8..5d5ee47f4e386c722149e6a27d4130c8acc30494 100644 (file)
@@ -70,6 +70,11 @@ As of Go 1.3, support for Go on FreeBSD requires that the kernel be compiled wit
 <code>COMPAT_FREEBSD32</code> flag configured.
 </p>
 
+<p>
+In concert with the switch to EABI syscalls for ARM platforms, Go 1.3 will run only on
+FreeBSD 10. The x86 platforms, 386 and amd64, are unaffected.
+</p>
+
 <h2 id="memory">Changes to the memory model</h2>
 
 <p>