diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 08415a871b..583cee3df6 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -79,15 +79,13 @@ release.

Source code

-If you cannot use a release, or prefer to build gccgo for -yourself, -the gccgo source code is accessible via Subversion. The -GCC web site -has instructions for getting the -GCC source code. The gccgo source code is included. As a -convenience, a stable version of the Go support is available in -a branch of the main GCC code -repository: svn://gcc.gnu.org/svn/gcc/branches/gccgo. +If you cannot use a release, or prefer to build gccgo for yourself, the +gccgo source code is accessible via Git. The GCC web site has +instructions for getting the GCC +source code. The gccgo source code is included. As a convenience, a +stable version of the Go support is available in the +devel/gccgo branch of the main GCC code repository: +git://gcc.gnu.org/git/gcc.git. This branch is periodically updated with stable Go compiler sources.

@@ -176,7 +174,7 @@ described above):

-svn checkout svn://gcc.gnu.org/svn/gcc/branches/gccgo gccgo
+git clone --branch devel/gccgo git://gcc.gnu.org/git/gcc.git gccgo
 mkdir objdir
 cd objdir
 ../gccgo/configure --prefix=/opt/gccgo --enable-languages=c,c++,go --with-ld=/opt/gold/bin/ld