From: Ian Lance Taylor Date: Fri, 6 Nov 2009 22:36:34 +0000 (-0800) Subject: Rename go_gccgo_setup to gccgo_install. X-Git-Tag: weekly.2009-11-10~89 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5b387fb044d5492fd9641b583e11dbced84c5da9;p=gostls13.git Rename go_gccgo_setup to gccgo_install. R=rsc CC=go-dev http://go/go-review/1026009 --- 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.