You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christian Beier 9ff77b0000 gcc: Add patch that fixes a build error when building a 32bit toolchain on 64bit build machine. 11 years ago
..
patches gcc: Add patch that fixes a build error when building a 32bit toolchain on 64bit build machine. 11 years ago
Makefile gcc: Update GCC Makefile to let it build gcc 4.6 for target. 11 years ago
README gcc: Add README to gcc package explaining build-deps on host machine. 11 years ago

README

Native GCC that runs on target.

Note that building this one is a bit tricky. First and foremost, your build machine
needs to have the gcc build-deps installed as well, i.e. mpfr, gmp and mpc, amongst
others.

For now, this was only tested for a mips target. Others to be done...

Christian Beier <cb@shoutrlabs.com>