aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-06-15 14:11:08 +0200
committerTobias Klauser <tobias.klauser@gmail.com>2020-06-15 19:05:29 +0000
commit15e3e0d4dc7a2b985fba7318379d438a54765154 (patch)
tree45fd0a6a7b7b9ccca9687b6eceff5be012451ba6 /doc
parent583a5918aa037240de3e41357619c0fd7f4d1550 (diff)
downloadgo-15e3e0d4dc7a2b985fba7318379d438a54765154.tar.gz
go-15e3e0d4dc7a2b985fba7318379d438a54765154.zip
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 <iant@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/gccgo_install.html7
1 files 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):
</p>
<pre>
-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
</pre>