summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
committerRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
commit4bb8ed01e271acfae88476a58c064147dc225ebb (patch)
tree210ca3589049864d0c33e15ba3c42b0cbe7945fa /doc
parentd3993337c24d74c4d337a4973d04cec1ff0b3d2a (diff)
downloadgo-4bb8ed01e271acfae88476a58c064147dc225ebb.tar.gz
remove nacl
The recent linker changes broke NaCl support a month ago, and there are no known users of it. The NaCl code can always be recovered from the repository history. R=adg, r CC=golang-dev http://codereview.appspot.com/3671042
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/roadmap.html2
-rw-r--r--doc/install.html6
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index 935910a92..021ed6478 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -89,8 +89,6 @@ Safe compilation mode: generate code that is guaranteed not to obtain an invalid
<li>
Gccgo: garbage collection.
<li>
-Native Client (NaCl) support.
-<li>
SWIG support.
<li>
Simpler semicolon rules.
diff --git a/doc/install.html b/doc/install.html
index 8df3d423c..92b099fe8 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -62,7 +62,7 @@ support for segmented stacks, and a strong goroutine implementation.
</p>
<p>
-The compilers can target the FreeBSD, Linux, Native Client,
+The compilers can target the FreeBSD, Linux,
and OS X (a.k.a. Darwin) operating systems.
(A port to Microsoft Windows is in progress but incomplete. See the
<a href="http://code.google.com/p/go/wiki/WindowsPort">Windows Port</a>
@@ -340,7 +340,6 @@ to override the defaults.
Choices for <code>$GOOS</code> are <code>linux</code>,
<code>freebsd</code>,
<code>darwin</code> (Mac OS X 10.5 or 10.6),
- <code>nacl</code> (Native Client, an incomplete port),
and <code>windows</code> (Windows, an incomplete port).
Choices for <code>$GOARCH</code> are <code>amd64</code> (64-bit x86, the most mature port),
<code>386</code> (32-bit x86), and
@@ -372,9 +371,6 @@ to override the defaults.
<td></td><td><code>linux</code></td> <td><code>arm</code></td> <td><i>incomplete</i></td>
</tr>
<tr>
- <td></td><td><code>nacl</code></td> <td><code>386</code></td>
- </tr>
- <tr>
<td></td><td><code>windows</code></td> <td><code>386</code></td> <td><i>incomplete</i></td>
</tr>
</table>