]> Cypherpunks repositories - gostls13.git/commitdiff
doc/gccgo: change gold build instructions to use Git repository
authorTobias Klauser <tklauser@distanz.ch>
Mon, 15 Jun 2020 12:11:08 +0000 (14:11 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 15 Jun 2020 19:05:29 +0000 (19:05 +0000)
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>
doc/gccgo_install.html

index 583cee3df6e0accaee29ed0724b56935ee49d736..c478a9ea2dd37fd2d695b72419e8ef986111608b 100644 (file)
@@ -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>