mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Minor fixes for the release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8bb0a6c509
commit
993b980bc8
@ -231,6 +231,12 @@ software you will need.</p>
|
|||||||
<td>PowerPC</td>
|
<td>PowerPC</td>
|
||||||
<td>GCC</td>
|
<td>GCC</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>MacOS X<sup><a href="#pf_2">2</a></sup></td>
|
||||||
|
<td>x86</td>
|
||||||
|
<td>GCC</td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Cygwin/Win32</td>
|
<td>Cygwin/Win32</td>
|
||||||
<td>x86<sup><a href="#pf_1">1</a></sup></td>
|
<td>x86<sup><a href="#pf_1">1</a></sup></td>
|
||||||
@ -624,10 +630,7 @@ compressed with the gzip program.
|
|||||||
<dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
|
<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>
|
<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>
|
<dt><tt>cfrontend-x.y.powerpc-apple-darwin8.5.0.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>
|
|
||||||
<dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
|
<dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
@ -661,6 +664,7 @@ revision), you can specify a label. The following releases have the following
|
|||||||
labels:</p>
|
labels:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Release 1.7: <b>RELEASE_17</b></li>
|
||||||
<li>Release 1.6: <b>RELEASE_16</b></li>
|
<li>Release 1.6: <b>RELEASE_16</b></li>
|
||||||
<li>Release 1.5: <b>RELEASE_15</b></li>
|
<li>Release 1.5: <b>RELEASE_15</b></li>
|
||||||
<li>Release 1.4: <b>RELEASE_14</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
|
configured by the LLVM configure script as well as automatically updated when
|
||||||
you run <tt>cvs update</tt>.</p>
|
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
|
<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>
|
||||||
from the CVS repository:</p>
|
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
|
cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
|
||||||
@ -692,22 +695,6 @@ instructions</a> to successfully build the LLVM GCC front-end.</p>
|
|||||||
|
|
||||||
</div>
|
</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">
|
<div class="doc_subsection">
|
||||||
<a name="installcf">Install the GCC Front End</a>
|
<a name="installcf">Install the GCC Front End</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user