Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
5b387fb0
Commit
5b387fb0
authored
Nov 06, 2009
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename go_gccgo_setup to gccgo_install.
R=rsc CC=go-dev
http://go/go-review/1026009
parent
c1bbc4ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/gccgo_contribute.html
doc/gccgo_contribute.html
+1
-1
doc/gccgo_install.html
doc/gccgo_install.html
+0
-0
doc/install.html
doc/install.html
+2
-2
No files found.
doc/gccgo_contribute.html
View file @
5b387fb0
...
...
@@ -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=
"g
o_gccgo_setup
.html"
>
Setting up and using
for yourself, see
<a
href=
"g
ccgo_install
.html"
>
Setting up and using
gccgo
</a>
.
</p>
...
...
doc/g
o_gccgo_setup
.html
→
doc/g
ccgo_install
.html
View file @
5b387fb0
File moved
doc/install.html
View file @
5b387fb0
...
...
@@ -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=
"g
o_gccgo_setup
.html"
>
Setting up and using gccgo
</a>
.
<a
href=
"g
ccgo_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=
"g
o_gccgo_setup
.html"
><code>
gccgo
</code>
document
</a>
See the separate
<a
href=
"g
ccgo_install
.html"
><code>
gccgo
</code>
document
</a>
for details about that compiler and environment.
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment