[llvm-commits] [llvm] r115757 - /llvm/trunk/docs/GoldPlugin.html
Duncan Sands
baldrick at free.fr
Tue Oct 5 23:45:12 PDT 2010
Author: baldrick
Date: Wed Oct 6 01:45:11 2010
New Revision: 115757
URL: http://llvm.org/viewvc/llvm-project?rev=115757&view=rev
Log:
No need to check out everything: binutils is enough.
Patch by John Tytgat.
Modified:
llvm/trunk/docs/GoldPlugin.html
Modified: llvm/trunk/docs/GoldPlugin.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GoldPlugin.html?rev=115757&r1=115756&r2=115757&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.html (original)
+++ llvm/trunk/docs/GoldPlugin.html Wed Oct 6 01:45:11 2010
@@ -55,7 +55,7 @@
cd binutils
cvs -z 9 -d :pserver:anoncvs at sourceware.org:/cvs/src login
<em>{enter "anoncvs" as the password}</em>
-cvs -z 9 -d :pserver:anoncvs at sourceware.org:/cvs/src co src
+cvs -z 9 -d :pserver:anoncvs at sourceware.org:/cvs/src co binutils
mkdir build
cd build
../src/configure --enable-gold --enable-plugins
More information about the llvm-commits
mailing list