Changes between Version 7 and Version 8 of Cross Compiler


Ignore:
Timestamp:
Mar 13, 2009, 10:14:08 AM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cross Compiler

    v7 v8  
    2121== Compilation ==
    2222
    23 Now lets compile a Mips LE toolchain.
     23Now lets compile a Mips LE/BE toolchain.
    2424I assume we'll need to compile more toolchains later, so let's share the sources and compile in a separate directory:
    2525
     
    7070We're done !
    7171
    72 You may compile MipsEb and PowerPC toolchain as well, with the same lines, replacing `mipsel` by `mips` or `powerpc`.
     72You may compile PowerPC, ARM, ... toolchains as well, with the same lines, replacing `mipsel` by `powerpc`, `arm`, ....
    7373
    7474= Vendor archs =