]> Cypherpunks repositories - gostls13.git/commitdiff
doc/install: document system requirements for the FreeBSD/ARM port
authorShenghou Ma <minux.ma@gmail.com>
Mon, 12 Nov 2012 11:20:42 +0000 (12:20 +0100)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Nov 2012 11:20:42 +0000 (12:20 +0100)
R=golang-dev, r, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/6816080

doc/install.html

index 77d6432053327f12b12cfab21b35e2ce0fd4a0fe..03b13c01877991137ce06a75f897a27a3a00d5ff 100644 (file)
@@ -40,7 +40,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that
 <th align="middle">Notes</th>
 </tr>
 <tr><td colspan="3"><hr></td></tr>
-<tr><td>FreeBSD 7 or later</td> <td>amd64, 386</td> <td>Debian GNU/kFreeBSD not supported</td></tr>
+<tr><td>FreeBSD 7 or later</td> <td>amd64, 386, arm</td> <td>Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later</td></tr>
 <tr><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm</td> <td>CentOS/RHEL 5.x not supported; no binary distribution for ARM yet</td></tr>
 <tr><td>Mac OS X 10.6/10.7</td> <td>amd64, 386</td> <td>use the gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
 <tr><td>Windows 2000 or later</td> <td>amd64, 386</td> <td>use mingw gcc<sup>&#8224;</sup>; cygwin or msys is not needed</td></tr>