summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2014-04-29 15:54:37 -0400
committerShenghou Ma <minux.ma@gmail.com>2014-04-29 15:54:37 -0400
commit074a8de676b6c8e3715cf18115920ab1e17f37a8 (patch)
treefc018810bad769a8a0b99089ce60eb55942cf06e /doc
parentae9fba6a702795c7324e0a2d493493960647ac1f (diff)
downloadgo-074a8de676b6c8e3715cf18115920ab1e17f37a8.tar.gz
doc/go1.3.html: update for FreeBSD/ARM support.
FreeBSD 10 is fully supported. LGTM=r R=golang-codereviews, bradfitz, r CC=dave, golang-codereviews https://codereview.appspot.com/99810044
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.3.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 5b623bd2e..5d5ee47f4 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -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>