[llvm-commits] [llvm] r60838 - /llvm/trunk/docs/GCCFEBuildInstrs.html
Duncan Sands
baldrick at free.fr
Wed Dec 10 06:25:18 PST 2008
Author: baldrick
Date: Wed Dec 10 08:24:58 2008
New Revision: 60838
URL: http://llvm.org/viewvc/llvm-project?rev=60838&view=rev
Log:
Update these instructions to the 2.4 release.
Modified:
llvm/trunk/docs/GCCFEBuildInstrs.html
Modified: llvm/trunk/docs/GCCFEBuildInstrs.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GCCFEBuildInstrs.html?rev=60838&r1=60837&r2=60838&view=diff
==============================================================================
--- llvm/trunk/docs/GCCFEBuildInstrs.html (original)
+++ llvm/trunk/docs/GCCFEBuildInstrs.html Wed Dec 10 08:24:58 2008
@@ -84,7 +84,7 @@
<li><p>The build requires having a compiler that supports Ada, C and C++.
The Ada front-end is written in Ada so an Ada compiler is needed to
build it. Compilers known to work with the
- <a href="http://llvm.org/releases/download.html">LLVM 2.3 release</a>
+ <a href="http://llvm.org/releases/download.html">LLVM 2.4 release</a>
are <a href="http://gcc.gnu.org/releases.html">gcc-4.2</a> and the
2005, 2006 and 2007 versions of the
<a href="http://libre.adacore.com/">GNAT GPL Edition</a>.
@@ -110,9 +110,9 @@
and unpack it:</p>
<div class="doc_code">
-<pre>wget http://llvm.org/releases/2.3/llvm-2.3.tar.gz
-tar xzf llvm-2.3.tar.gz
-mv llvm-2.3 llvm</pre>
+<pre>wget http://llvm.org/releases/2.4/llvm-2.4.tar.gz
+tar xzf llvm-2.4.tar.gz
+mv llvm-2.4 llvm</pre>
</div>
<p>or <a href="GettingStarted.html#checkout">check out the
@@ -128,9 +128,9 @@
and unpack it:</p>
<div class="doc_code">
-<pre>wget http://llvm.org/releases/2.3/llvm-gcc-4.2-2.3.source.tar.gz
-tar xzf llvm-gcc-4.2-2.3.source.tar.gz
-mv llvm-gcc4.2-2.3.source llvm-gcc-4.2</pre>
+<pre>wget http://llvm.org/releases/2.4/llvm-gcc-4.2-2.4.source.tar.gz
+tar xzf llvm-gcc-4.2-2.4.source.tar.gz
+mv llvm-gcc4.2-2.4.source llvm-gcc-4.2</pre>
</div>
<p>or <a href="GettingStarted.html#checkout">check out the
More information about the llvm-commits
mailing list