]> Cypherpunks repositories - gostls13.git/commitdiff
Rename go_gccgo_setup to gccgo_install.
authorIan Lance Taylor <iant@golang.org>
Fri, 6 Nov 2009 22:36:34 +0000 (14:36 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 6 Nov 2009 22:36:34 +0000 (14:36 -0800)
R=rsc
CC=go-dev
http://go/go-review/1026009

doc/gccgo_contribute.html
doc/gccgo_install.html [moved from doc/go_gccgo_setup.html with 100% similarity]
doc/install.html

index 57a59587d01dc4a95192be90dc686fe8a27f4ebf..5b6dba003290f6b1109804b36b5c65f75311a504 100644 (file)
@@ -7,7 +7,7 @@ These are some notes on contributing to the <code>gccgo</code>
 frontend for GCC.  For information on contributing to parts of Go other
 than <code>gccgo</code>, see <a href="contribute.html">Contributing to
 the Go project</a>.  For information on building <code>gccgo</code>
-for yourself, see <a href="go_gccgo_setup.html">Setting up and using
+for yourself, see <a href="gccgo_install.html">Setting up and using
 gccgo</a>.
 </p>
 
index 5478a4adc2f06d656db45b7a732d94ce4d5e6701..cac844ffd452ab1888e82eb497e3239b6bf0c39c 100644 (file)
@@ -8,7 +8,7 @@ This document explains how to check out, build, and use the <code>gc</code> Go
 compiler and tools (<code>6g</code>, <code>8g</code> etc.).
 For information on how to use <code>gccgo</code>, a more traditional
 compiler using the GCC back end, see
-<a href="go_gccgo_setup.html">Setting up and using gccgo</a>.
+<a href="gccgo_install.html">Setting up and using gccgo</a>.
 </p>
 
 <h2>Environment variables</h2>
@@ -120,7 +120,7 @@ support for segmented stacks, and a strong goroutine implementation.
 </p>
 
 <p>
-See the separate <a href="go_gccgo_setup.html"><code>gccgo</code> document</a>
+See the separate <a href="gccgo_install.html"><code>gccgo</code> document</a>
 for details about that compiler and environment.
 </p>