From: Tobias Klauser Date: Mon, 15 Jun 2020 12:11:08 +0000 (+0200) Subject: doc/gccgo: change gold build instructions to use Git repository X-Git-Tag: go1.15rc1~101 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=15e3e0d4dc7a2b985fba7318379d438a54765154;p=gostls13.git doc/gccgo: change gold build instructions to use Git repository Use the binutils Git repository instead of CVS. Change-Id: I10100ca44d64ab3621367d1d4ac9e9a50d212d0d Reviewed-on: https://go-review.googlesource.com/c/go/+/237839 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 583cee3df6..c478a9ea2d 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -137,13 +137,10 @@ which you have write access):

-cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src login
-[password is "anoncvs"]
-[The next command will create a directory named src, not binutils]
-cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src co binutils
+git clone git://sourceware.org/git/binutils-gdb.git
 mkdir binutils-objdir
 cd binutils-objdir
-../src/configure --enable-gold=default --prefix=/opt/gold
+../binutils-gdb/configure --enable-gold=default --prefix=/opt/gold
 make
 make install