Skip to content

Commit 583a591

Browse files
committed
doc/gccgo: update GCC repository after migration to Git
The GCC code repository is now hosted on Git. Adjust the instructions in gccgo_install.html accordingly. Change-Id: I443a8b645b63e63785979bc0554521e3dc3b0bf7 Reviewed-on: https://go-review.googlesource.com/c/go/+/237798 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 8c8045f commit 583a591

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

doc/gccgo_install.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,13 @@ <h2 id="Releases">Releases</h2>
7979
<h2 id="Source_code">Source code</h2>
8080

8181
<p>
82-
If you cannot use a release, or prefer to build gccgo for
83-
yourself,
84-
the gccgo source code is accessible via Subversion. The
85-
GCC web site
86-
has <a href="https://gcc.gnu.org/svn.html">instructions for getting the
87-
GCC source code</a>. The gccgo source code is included. As a
88-
convenience, a stable version of the Go support is available in
89-
a branch of the main GCC code
90-
repository: <code>svn://gcc.gnu.org/svn/gcc/branches/gccgo</code>.
82+
If you cannot use a release, or prefer to build gccgo for yourself, the
83+
gccgo source code is accessible via Git. The GCC web site has
84+
<a href="https://gcc.gnu.org/git.html">instructions for getting the GCC
85+
source code</a>. The gccgo source code is included. As a convenience, a
86+
stable version of the Go support is available in the
87+
<code>devel/gccgo</code> branch of the main GCC code repository:
88+
<code>git://gcc.gnu.org/git/gcc.git</code>.
9189
This branch is periodically updated with stable Go compiler sources.
9290
</p>
9391

@@ -176,7 +174,7 @@ <h3 id="Build_commands">Build commands</h3>
176174
</p>
177175

178176
<pre>
179-
svn checkout svn://gcc.gnu.org/svn/gcc/branches/gccgo gccgo
177+
git clone --branch devel/gccgo git://gcc.gnu.org/git/gcc.git gccgo
180178
mkdir objdir
181179
cd objdir
182180
../gccgo/configure --prefix=/opt/gccgo --enable-languages=c,c++,go --with-ld=/opt/gold/bin/ld

0 commit comments

Comments
 (0)