[llvm-commits] CVS: llvm/docs/GettingStarted.html
Tanya Lattner
tonic at nondot.org
Sun Nov 19 22:04:59 PST 2006
Changes in directory llvm/docs:
GettingStarted.html updated: 1.147 -> 1.148
---
Log message:
Adding 1.9 release and removing references to cfrontend
---
Diffs of the changes: (+17 -17)
GettingStarted.html | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.147 llvm/docs/GettingStarted.html:1.148
--- llvm/docs/GettingStarted.html:1.147 Fri Nov 3 18:33:42 2006
+++ llvm/docs/GettingStarted.html Mon Nov 20 00:04:46 2006
@@ -119,11 +119,11 @@
<li>Install the GCC front end if you intend to compile C or C++:
<ol>
<li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt></li>
- <li><tt>gunzip --stdout cfrontend.<i>platform</i>.tar.gz | tar -xvf -</tt>
+ <li><tt>gunzip --stdout llvm-gcc.<i>platform</i>.tar.gz | tar -xvf -</tt>
</li>
- <li><tt>cd cfrontend/<i>platform</i><br>
+ <li><tt>cd llvm-gcc3.4/<i>platform</i> (llvm-gcc3.4 only)<br>
./fixheaders</tt></li>
- <li>Add the cfrontend's "bin" directory to your PATH variable.</li>
+ <li>Add llvm-gcc's "bin" directory to your PATH variable.</li>
</ol></li>
<li>Get the LLVM Source Code
@@ -592,7 +592,7 @@
This is where the LLVM GCC Front End is installed.
<p>
For the pre-built GCC front end binaries, the LLVMGCCDIR is
- <tt>cfrontend/<i>platform</i>/llvm-gcc</tt>.
+ <tt>llvm-gcc/<i>platform</i>/llvm-gcc</tt>.
</dl>
</div>
@@ -643,21 +643,19 @@
<dt><tt>llvm-test-x.y.tar.gz</tt></dt>
<dd>Source release for the LLVM test suite.</dd>
- <dt><tt>cfrontend-x.y.source.tar.gz</tt></dt>
- <dd>Source release of the GCC front end.<br/></dd>
-
- <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>llvm-gcc3.4-x.y.source.tar.gz</tt></dt>
+ <dd>Source release of the LLVM GCC 3.4 front end.<br/></dd>
+
+ <dt><tt>llvm-gcc3.4-x.y-platform.tar.gz</tt></dt>
+ <dd>Binary release of the LLVM GCC 3.4 for a specific platform.<br/></dd>
<dt><tt>llvm-gcc4-x.y.source.tar.gz</tt></dt>
<dd>Source release of the llvm-gcc4 front end. See README.LLVM in the root
directory for build instructions.<br/></dd>
- <dt><tt>llvm-gcc4-x.y.powerpc-apple-darwin8.6.0.tar.gz</tt></dt>
- <dd>Binary release of the llvm-gcc4 front end for MacOS X/PowerPC.<br/></dd>
+ <dt><tt>llvm-gcc4-x.y-platform.tar.gz</tt></dt>
+ <dd>Binary release of the llvm-gcc4 front end for a specific platform.<br/></dd>
- <dt><tt>llvm-gcc4-x.y.i686-apple-darwin8.6.1.tar.gz</tt></dt>
- <dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd>
</dl>
<p>It is also possible to download the sources of the llvm-gcc4 front end from a
@@ -694,6 +692,8 @@
labels:</p>
<ul>
+<li>Release 1.9: <b>RELEASE_19</b></li>D
+<li>Release 1.8: <b>RELEASE_18</b></li>
<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>
@@ -741,13 +741,13 @@
<ol>
<li><tt>cd <i>where-you-want-the-front-end-to-live</i></tt></li>
- <li><tt>gunzip --stdout cfrontend-<i>version</i>.<i>platform</i>.tar.gz | tar -xvf
+ <li><tt>gunzip --stdout llvmgcc-<i>version</i>.<i>platform</i>.tar.gz | tar -xvf
-</tt></li>
</ol>
-<p>Next, you will need to fix your system header files:</p>
+<p>Next, you will need to fix your system header files (llvm-gcc3.4 only):</p>
-<p><tt>cd cfrontend/<i>platform</i><br>
+<p><tt>cd llvm-gcc3.4/<i>platform</i><br>
./fixheaders</tt></p>
<p>The binary versions of the GCC front end may not suit all of your needs. For
@@ -1693,7 +1693,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/11/04 00:33:42 $
+ Last modified: $Date: 2006/11/20 06:04:46 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list