aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-04-20 04:35:34 +0000
committerTanya Lattner <tonic@nondot.org>2006-04-20 04:35:34 +0000
commit993b980bc86c5a68f1065c63e56319692b658e2d (patch)
treefa71483e2e81145b4cdbbcfc2d214b0460435518 /docs
parent8bb0a6c509a5e908d768f53fed6edd5771d09284 (diff)
downloadexternal_llvm-993b980bc86c5a68f1065c63e56319692b658e2d.zip
external_llvm-993b980bc86c5a68f1065c63e56319692b658e2d.tar.gz
external_llvm-993b980bc86c5a68f1065c63e56319692b658e2d.tar.bz2
Minor fixes for the release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html31
1 files changed, 9 insertions, 22 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index e9a725e..d225355 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -232,6 +232,12 @@ software you will need.</p>
<td>GCC</td>
</tr>
<tr>
+ <td>MacOS X<sup><a href="#pf_2">2</a></sup></td>
+ <td>x86</td>
+ <td>GCC</td>
+
+</tr>
+<tr>
<td>Cygwin/Win32</td>
<td>x86<sup><a href="#pf_1">1</a></sup></td>
<td>GCC 3.4.X, binutils 2.15</td>
@@ -624,10 +630,7 @@ compressed with the gzip program.
<dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
<dd>Binary release of the GCC front end for Linux/x86.<br/></dd>
- <dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
- <dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
-
- <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.8.0.tar.gz</tt></dt>
+ <dt><tt>cfrontend-x.y.powerpc-apple-darwin8.5.0.tar.gz</tt></dt>
<dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
</dl>
@@ -661,6 +664,7 @@ revision), you can specify a label. The following releases have the following
labels:</p>
<ul>
+<li>Release 1.7: <b>RELEASE_17</b></li>
<li>Release 1.6: <b>RELEASE_16</b></li>
<li>Release 1.5: <b>RELEASE_15</b></li>
<li>Release 1.4: <b>RELEASE_14</b></li>
@@ -680,8 +684,7 @@ you get it from the CVS repository:</p>
configured by the LLVM configure script as well as automatically updated when
you run <tt>cvs update</tt>.</p>
-<p>If you would like to get the GCC front end source code, you can also get it
-from the CVS repository:</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
@@ -693,22 +696,6 @@ instructions</a> to successfully build the LLVM GCC front-end.</p>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsubsection">
- <a name="mirrors">LLVM CVS Mirrors</a>
-</div>
-
-<div class="doc_text">
-
-<p>If the main CVS server is overloaded or inaccessible, you can try one of
-these user-hosted mirrors:</p>
-
-<ul>
-<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems
-Inc.</a></li>
-</ul>
-</div>
-
-<!-- ======================================================================= -->
<div class="doc_subsection">
<a name="installcf">Install the GCC Front End</a>
</div>