Changes between Version 1 and Version 2 of Cross Compiler


Ignore:
Timestamp:
May 22, 2007, 9:07:53 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cross Compiler

    v1 v2  
    3939$ cd ../gcc
    4040$ ../../../src/gcc-x.x.x/configure  --program-prefix=mipsel-unknown-elf- --prefix=/where/to/put/it \
    41   --enable-languages=c --target=mipsel-unknown-elf --host=i686-pc-linux-gnu
     41  --enable-languages=c --target=mipsel-unknown-elf
    4242$ make
    4343$ make install