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++:
    1. cd where-you-want-the-C-front-end-to-live
    2. -
    3. gunzip --stdout cfrontend.platform.tar.gz | tar -xvf - +
    4. gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf -
    5. -
    6. cd cfrontend/platform
      +
    7. cd llvm-gcc3.4/platform (llvm-gcc3.4 only)
      ./fixheaders
    8. -
    9. Add the cfrontend's "bin" directory to your PATH variable.
    10. +
    11. 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: