diff --git a/llvm/docs/GCCFEBuildInstrs.html b/llvm/docs/GCCFEBuildInstrs.html index 8de21f800731..e58533e75a9d 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.4 release + LLVM 2.5 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.4/llvm-2.4.tar.gz
    -tar xzf llvm-2.4.tar.gz
    -mv llvm-2.4 llvm
    +wget http://llvm.org/releases/2.5/llvm-2.5.tar.gz
    +tar xzf llvm-2.5.tar.gz
    +mv llvm-2.5 llvm
     

    or check out the @@ -127,9 +127,9 @@ mv llvm-2.4 llvm and unpack it:

    -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
    +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
     

    or check out the