packages/devel/gcc/README
Christian Beier 41f562c066 gcc: Add README to gcc package explaining build-deps on host machine.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:14 +02:00

9 lines
No EOL
316 B
Text

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>