From tonic at nondot.org Mon Nov 20 00:04:59 2006
From: tonic at nondot.org (Tanya Lattner)
Date: Mon, 20 Nov 2006 00:04:59 -0600
Subject: [llvm-commits] CVS: llvm/docs/GettingStarted.html
Message-ID: <200611200604.kAK64x2o017097@zion.cs.uiuc.edu>
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 @@
Install the GCC front end if you intend to compile C or C++:
- cd where-you-want-the-C-front-end-to-live
- - gunzip --stdout cfrontend.platform.tar.gz | tar -xvf -
+
- gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf -
- - cd cfrontend/platform
+ - cd llvm-gcc3.4/platform (llvm-gcc3.4 only)
./fixheaders
- - Add the cfrontend's "bin" directory to your PATH variable.
+ - Add llvm-gcc's "bin" directory to your PATH variable.
Get the LLVM Source Code
@@ -592,7 +592,7 @@
This is where the LLVM GCC Front End is installed.
For the pre-built GCC front end binaries, the LLVMGCCDIR is
- cfrontend/platform/llvm-gcc.
+ llvm-gcc/platform/llvm-gcc.
@@ -643,21 +643,19 @@
llvm-test-x.y.tar.gz
Source release for the LLVM test suite.
- cfrontend-x.y.source.tar.gz
- Source release of the GCC front end.
-
- cfrontend-x.y.i686-redhat-linux-gnu.tar.gz
- Binary release of the GCC front end for Linux/x86.
+ llvm-gcc3.4-x.y.source.tar.gz
+ Source release of the LLVM GCC 3.4 front end.
+
+ llvm-gcc3.4-x.y-platform.tar.gz
+ Binary release of the LLVM GCC 3.4 for a specific platform.
llvm-gcc4-x.y.source.tar.gz
Source release of the llvm-gcc4 front end. See README.LLVM in the root
directory for build instructions.
- llvm-gcc4-x.y.powerpc-apple-darwin8.6.0.tar.gz
- Binary release of the llvm-gcc4 front end for MacOS X/PowerPC.
+ llvm-gcc4-x.y-platform.tar.gz
+ Binary release of the llvm-gcc4 front end for a specific platform.
- llvm-gcc4-x.y.i686-apple-darwin8.6.1.tar.gz
- Binary release of the llvm-gcc4 front end for MacOS X/X86.
It is also possible to download the sources of the llvm-gcc4 front end from a
@@ -694,6 +692,8 @@
labels:
+- Release 1.9: RELEASE_19
D
+- Release 1.8: RELEASE_18
- Release 1.7: RELEASE_17
- Release 1.6: RELEASE_16
- Release 1.5: RELEASE_15
@@ -741,13 +741,13 @@
- cd where-you-want-the-front-end-to-live
- - gunzip --stdout cfrontend-version.platform.tar.gz | tar -xvf
+
- gunzip --stdout llvmgcc-version.platform.tar.gz | tar -xvf
-
-Next, you will need to fix your system header files:
+Next, you will need to fix your system header files (llvm-gcc3.4 only):
-cd cfrontend/platform
+
cd llvm-gcc3.4/platform
./fixheaders
The binary versions of the GCC front end may not suit all of your needs. For
@@ -1693,7 +1693,7 @@
Chris Lattner
Reid Spencer
The LLVM Compiler Infrastructure
- Last modified: $Date: 2006/11/04 00:33:42 $
+ Last modified: $Date: 2006/11/20 06:04:46 $