gcc: Add README to gcc package explaining build-deps on host machine.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
This commit is contained in:
Christian Beier 2014-07-08 14:47:22 +02:00
parent 758da3487e
commit 41f562c066
1 changed files with 9 additions and 0 deletions

9
devel/gcc/README Normal file
View File

@ -0,0 +1,9 @@
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>