mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
updated CVS server location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ecfe0888b6
commit
c75a04bd2e
@ -666,9 +666,9 @@ follows:</p>
|
||||
|
||||
<ul>
|
||||
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
|
||||
<li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt>
|
||||
<li><tt>cvs -d :pserver:anon@llvm.org:/var/cvs/llvm login</tt>
|
||||
<li>Hit the return key when prompted for the password.
|
||||
<li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co
|
||||
<li><tt>cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co
|
||||
llvm</tt>
|
||||
</ul>
|
||||
|
||||
@ -695,7 +695,7 @@ labels:</p>
|
||||
you get it from the CVS repository:</p>
|
||||
<pre>
|
||||
cd llvm/projects
|
||||
cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test
|
||||
cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-test
|
||||
</pre>
|
||||
<p>By placing it in the <tt>llvm/projects</tt>, it will be automatically
|
||||
configured by the LLVM configure script as well as automatically updated when
|
||||
@ -704,7 +704,7 @@ you run <tt>cvs update</tt>.</p>
|
||||
<p>If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:</p>
|
||||
|
||||
<pre>
|
||||
cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
|
||||
cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-gcc
|
||||
</pre>
|
||||
|
||||
<p>Please note that you must follow <a href="CFEBuildInstrs.html">these
|
||||
|
Loading…
x
Reference in New Issue
Block a user