From: Duncan Sands Date: Tue, 31 Aug 2010 19:40:21 +0000 (+0000) Subject: Update the Ada instructions to LLVM 2.7 (from LLVM 2.5). X-Git-Tag: llvmorg-2.8.0-rc0~375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11c23fc34986c800f453824720fe4855729f8f05;p=platform%2Fupstream%2Fllvm.git Update the Ada instructions to LLVM 2.7 (from LLVM 2.5). llvm-svn: 112630 --- diff --git a/llvm/docs/GCCFEBuildInstrs.html b/llvm/docs/GCCFEBuildInstrs.html index b675ee76a7cb..8fe0c31cb64e 100644 --- a/llvm/docs/GCCFEBuildInstrs.html +++ b/llvm/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.5 release + LLVM 2.7 release are gcc-4.2 and the 2005, 2006 and 2007 versions of the GNAT GPL Edition. @@ -116,9 +116,9 @@ top-level README.LLVM file, adding ",ada" to EXTRALANGS, for example: and unpack it:

    -wget http://llvm.org/releases/2.5/llvm-2.5.tar.gz
    -tar xzf llvm-2.5.tar.gz
    -mv llvm-2.5 llvm
    +wget http://llvm.org/releases/2.7/llvm-2.7.tgz
    +tar xzf llvm-2.7.tgz
    +mv llvm-2.7 llvm
     

    or check out the @@ -133,9 +133,9 @@ mv llvm-2.5 llvm and unpack it:

    -wget http://llvm.org/releases/2.5/llvm-gcc-4.2-2.5.source.tar.gz
    -tar xzf llvm-gcc-4.2-2.5.source.tar.gz
    -mv llvm-gcc4.2-2.5.source llvm-gcc-4.2
    +wget http://llvm.org/releases/2.7/llvm-gcc-4.2-2.7.source.tgz
    +tar xzf llvm-gcc-4.2-2.7.source.tgz
    +mv llvm-gcc-4.2-2.7.source llvm-gcc-4.2
     

    or check out the