From: Duncan Sands Date: Wed, 10 Dec 2008 14:24:58 +0000 (+0000) Subject: Update these instructions to the 2.4 release. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=b8ee8012eea1b5400f8256b563c20d82284d09e4;p=oota-llvm.git Update these instructions to the 2.4 release. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60838 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html index 097bd3de6a2..a36fb375601 100644 --- a/docs/GCCFEBuildInstrs.html +++ b/docs/GCCFEBuildInstrs.html @@ -84,7 +84,7 @@ top-level README.LLVM file, adding ",ada" to EXTRALANGS, for example:
  • The build requires having a compiler that supports Ada, C and C++. The Ada front-end is written in Ada so an Ada compiler is needed to build it. Compilers known to work with the - LLVM 2.3 release + LLVM 2.4 release are gcc-4.2 and the 2005, 2006 and 2007 versions of the GNAT GPL Edition. @@ -110,9 +110,9 @@ top-level README.LLVM file, adding ",ada" to EXTRALANGS, for example: and unpack it:

    -
    wget http://llvm.org/releases/2.3/llvm-2.3.tar.gz
    -tar xzf llvm-2.3.tar.gz
    -mv llvm-2.3 llvm
    +
    wget http://llvm.org/releases/2.4/llvm-2.4.tar.gz
    +tar xzf llvm-2.4.tar.gz
    +mv llvm-2.4 llvm

    or check out the @@ -128,9 +128,9 @@ mv llvm-2.3 llvm and unpack it:

    -
    wget http://llvm.org/releases/2.3/llvm-gcc-4.2-2.3.source.tar.gz
    -tar xzf llvm-gcc-4.2-2.3.source.tar.gz
    -mv llvm-gcc4.2-2.3.source llvm-gcc-4.2
    +
    wget http://llvm.org/releases/2.4/llvm-gcc-4.2-2.4.source.tar.gz
    +tar xzf llvm-gcc-4.2-2.4.source.tar.gz
    +mv llvm-gcc4.2-2.4.source llvm-gcc-4.2

    or check out the