Skip to content

Commit 15e3e0d

Browse files
committed
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 <[email protected]>
1 parent 583a591 commit 15e3e0d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/gccgo_install.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,10 @@ <h3 id="Gold">Gold</h3>
137137
</p>
138138

139139
<pre>
140-
cvs -z 9 -d :pserver:[email protected]:/cvs/src login
141-
[password is "anoncvs"]
142-
[The next command will create a directory named src, not binutils]
143-
cvs -z 9 -d :pserver:[email protected]:/cvs/src co binutils
140+
git clone git://sourceware.org/git/binutils-gdb.git
144141
mkdir binutils-objdir
145142
cd binutils-objdir
146-
../src/configure --enable-gold=default --prefix=/opt/gold
143+
../binutils-gdb/configure --enable-gold=default --prefix=/opt/gold
147144
make
148145
make install
149146
</pre>

0 commit comments

Comments
 (0)