[llvm-commits] [llvm] r66890 - /llvm/trunk/docs/GCCFEBuildInstrs.html

Duncan Sands baldrick at free.fr
Fri Mar 13 06:42:21 PDT 2009


Author: baldrick
Date: Fri Mar 13 08:42:20 2009
New Revision: 66890

URL: http://llvm.org/viewvc/llvm-project?rev=66890&view=rev
Log:
Update these for the 2.5 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=66890&r1=66889&r2=66890&view=diff

==============================================================================
--- llvm/trunk/docs/GCCFEBuildInstrs.html (original)
+++ llvm/trunk/docs/GCCFEBuildInstrs.html Fri Mar 13 08:42:20 2009
@@ -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.4 release</a>
+      <a href="http://llvm.org/releases/download.html">LLVM 2.5 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>
 
 <pre class="doc_code">
-wget http://llvm.org/releases/2.4/llvm-2.4.tar.gz
-tar xzf llvm-2.4.tar.gz
-mv llvm-2.4 llvm
+wget http://llvm.org/releases/2.5/llvm-2.5.tar.gz
+tar xzf llvm-2.5.tar.gz
+mv llvm-2.5 llvm
 </pre>
 
       <p>or <a href="GettingStarted.html#checkout">check out the
@@ -127,9 +127,9 @@
       and unpack it:</p>
 
 <pre class="doc_code">
-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
+wget http://llvm.org/releases/2.5/llvm-gcc-4.2-2.5.source.tar.gz
+tar xzf llvm-gcc-4.2-2.5.source.tar.gz
+mv llvm-gcc4.2-2.5.source llvm-gcc-4.2
 </pre>
 
       <p>or <a href="GettingStarted.html#checkout">check out the





More information about the llvm-commits mailing list