aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GCCFEBuildInstrs.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-12-10 14:24:58 +0000
committerDuncan Sands <baldrick@free.fr>2008-12-10 14:24:58 +0000
commitb8ee8012eea1b5400f8256b563c20d82284d09e4 (patch)
tree03427bb4df612206299099baca30b3b2e9d48ab4 /docs/GCCFEBuildInstrs.html
parentab0c578bfd1380326830180a9209df6c5be58887 (diff)
downloadexternal_llvm-b8ee8012eea1b5400f8256b563c20d82284d09e4.zip
external_llvm-b8ee8012eea1b5400f8256b563c20d82284d09e4.tar.gz
external_llvm-b8ee8012eea1b5400f8256b563c20d82284d09e4.tar.bz2
Update these instructions to the 2.4 release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GCCFEBuildInstrs.html')
-rw-r--r--docs/GCCFEBuildInstrs.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html
index 097bd3d..a36fb37 100644
--- a/docs/GCCFEBuildInstrs.html
+++ b/docs/GCCFEBuildInstrs.html
@@ -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++.
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 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example:
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 @@ mv llvm-2.3 llvm</pre>
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