|
231 | 231 | <td>PowerPC</td>
|
232 | 232 | <td>GCC</td>
|
233 | 233 | </tr>
|
| 234 | +<tr> |
| 235 | + <td>MacOS X<sup><a href="#pf_2">2</a></sup></td> |
| 236 | + <td>x86</td> |
| 237 | + <td>GCC</td> |
| 238 | + |
| 239 | +</tr> |
234 | 240 | <tr>
|
235 | 241 | <td>Cygwin/Win32</td>
|
236 | 242 | <td>x86<sup><a href="#pf_1">1</a></sup></td>
|
|
617 | 623 | <dt><tt>cfrontend-x.y.source.tar.gz</tt></dt>
|
618 | 624 | <dd>Source release of the GCC front end.<br/></dd>
|
619 | 625 |
|
620 |
| - <dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt> |
621 |
| - <dd>Binary release of the GCC front end for Solaris/Sparc. |
622 |
| - <br/></dd> |
623 |
| - |
624 | 626 | <dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
|
625 | 627 | <dd>Binary release of the GCC front end for Linux/x86.<br/></dd>
|
626 | 628 |
|
627 |
| - <dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt> |
628 |
| - <dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd> |
| 629 | + <dt><tt>llvm-gcc4-x.y.source.tar.gz</tt></dt> |
| 630 | + <dd>Source release of the llvm-gcc4 front end. See README.LLVM in the root |
| 631 | + directory for build instructions.<br/></dd> |
| 632 | + |
| 633 | + <dt><tt>llvm-gcc4-x.y.powerpc-apple-darwin8.6.0.tar.gz</tt></dt> |
| 634 | + <dd>Binary release of the llvm-gcc4 front end for MacOS X/PowerPC.<br/></dd> |
629 | 635 |
|
630 |
| - <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.8.0.tar.gz</tt></dt> |
631 |
| - <dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd> |
| 636 | + <dt><tt>llvm-gcc4-x.y.i686-apple-darwin8.6.1.tar.gz</tt></dt> |
| 637 | + <dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd> |
632 | 638 | </dl>
|
633 | 639 |
|
634 | 640 | </div>
|
|
661 | 667 | labels:</p>
|
662 | 668 |
|
663 | 669 | <ul>
|
| 670 | +<li>Release 1.7: <b>RELEASE_17</b></li> |
664 | 671 | <li>Release 1.6: <b>RELEASE_16</b></li>
|
665 | 672 | <li>Release 1.5: <b>RELEASE_15</b></li>
|
666 | 673 | <li>Release 1.4: <b>RELEASE_14</b></li>
|
|
680 | 687 | configured by the LLVM configure script as well as automatically updated when
|
681 | 688 | you run <tt>cvs update</tt>.</p>
|
682 | 689 |
|
683 |
| -<p>If you would like to get the GCC front end source code, you can also get it |
684 |
| -from the CVS repository:</p> |
| 690 | +<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> |
685 | 691 |
|
686 | 692 | <pre>
|
687 | 693 | cvs -z3 -d :pserver: [email protected]:/var/cvs/llvm co llvm-gcc
|
|
692 | 698 |
|
693 | 699 | </div>
|
694 | 700 |
|
695 |
| -<!-- ======================================================================= --> |
696 |
| -<div class="doc_subsubsection"> |
697 |
| - <a name="mirrors">LLVM CVS Mirrors</a> |
698 |
| -</div> |
699 |
| - |
700 |
| -<div class="doc_text"> |
701 |
| - |
702 |
| -<p>If the main CVS server is overloaded or inaccessible, you can try one of |
703 |
| -these user-hosted mirrors:</p> |
704 |
| - |
705 |
| -<ul> |
706 |
| -<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems |
707 |
| -Inc.</a></li> |
708 |
| -</ul> |
709 |
| -</div> |
710 |
| - |
711 | 701 | <!-- ======================================================================= -->
|
712 | 702 | <div class="doc_subsection">
|
713 | 703 | <a name="installcf">Install the GCC Front End</a>
|
|
0 commit comments