Update these for the 2.5 release.

llvm-svn: 66890
This commit is contained in:
Duncan Sands 2009-03-13 13:42:20 +00:00
parent 0a180f1499
commit 0c9742c3ae
1 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example:
<li><p>The build requires having a compiler that supports Ada, C and C++. <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 The Ada front-end is written in Ada so an Ada compiler is needed to
build it. Compilers known to work with the 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 are <a href="http://gcc.gnu.org/releases.html">gcc-4.2</a> and the
2005, 2006 and 2007 versions of the 2005, 2006 and 2007 versions of the
<a href="http://libre.adacore.com/">GNAT GPL Edition</a>. <a href="http://libre.adacore.com/">GNAT GPL Edition</a>.
@ -110,9 +110,9 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example:
and unpack it:</p> and unpack it:</p>
<pre class="doc_code"> <pre class="doc_code">
wget http://llvm.org/releases/2.4/llvm-2.4.tar.gz wget http://llvm.org/releases/2.5/llvm-2.5.tar.gz
tar xzf llvm-2.4.tar.gz tar xzf llvm-2.5.tar.gz
mv llvm-2.4 llvm mv llvm-2.5 llvm
</pre> </pre>
<p>or <a href="GettingStarted.html#checkout">check out the <p>or <a href="GettingStarted.html#checkout">check out the
@ -127,9 +127,9 @@ mv llvm-2.4 llvm
and unpack it:</p> and unpack it:</p>
<pre class="doc_code"> <pre class="doc_code">
wget http://llvm.org/releases/2.4/llvm-gcc-4.2-2.4.source.tar.gz wget http://llvm.org/releases/2.5/llvm-gcc-4.2-2.5.source.tar.gz
tar xzf llvm-gcc-4.2-2.4.source.tar.gz tar xzf llvm-gcc-4.2-2.5.source.tar.gz
mv llvm-gcc4.2-2.4.source llvm-gcc-4.2 mv llvm-gcc4.2-2.5.source llvm-gcc-4.2
</pre> </pre>
<p>or <a href="GettingStarted.html#checkout">check out the <p>or <a href="GettingStarted.html#checkout">check out the