packages/devel/gcc
Christian Beier a95a32ce4c gcc: Add patch that fixes GCC building for MIPS.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:26 +02:00
..
patches gcc: Add patch that fixes GCC building for MIPS. 2014-08-10 13:59:26 +02:00
Makefile gcc: Update GCC Makefile to let it build gcc 4.6 for target. 2014-08-10 13:59:08 +02:00
README gcc: Add README to gcc package explaining build-deps on host machine. 2014-08-10 13:59:14 +02:00

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>