diff --git a/doc/gccgo_contribute.html b/doc/gccgo_contribute.html index 57a59587d0..5b6dba0032 100644 --- a/doc/gccgo_contribute.html +++ b/doc/gccgo_contribute.html @@ -7,7 +7,7 @@ These are some notes on contributing to the gccgo frontend for GCC. For information on contributing to parts of Go other than gccgo, see Contributing to the Go project. For information on building gccgo -for yourself, see Setting up and using +for yourself, see Setting up and using gccgo.

diff --git a/doc/go_gccgo_setup.html b/doc/gccgo_install.html similarity index 100% rename from doc/go_gccgo_setup.html rename to doc/gccgo_install.html diff --git a/doc/install.html b/doc/install.html index 5478a4adc2..cac844ffd4 100644 --- a/doc/install.html +++ b/doc/install.html @@ -8,7 +8,7 @@ This document explains how to check out, build, and use the gc Go compiler and tools (6g, 8g etc.). For information on how to use gccgo, a more traditional compiler using the GCC back end, see -Setting up and using gccgo. +Setting up and using gccgo.

Environment variables

@@ -120,7 +120,7 @@ support for segmented stacks, and a strong goroutine implementation.

-See the separate gccgo document +See the separate gccgo document for details about that compiler and environment.