From 15e3e0d4dc7a2b985fba7318379d438a54765154 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 15 Jun 2020 14:11:08 +0200 Subject: [PATCH] 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 --- doc/gccgo_install.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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