Ver código fonte

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

Signed-off-by: Christian Beier <dontmind@freeshell.org>
Christian Beier 10 anos atrás
pai
commit
41f562c066
1 arquivos alterados com 9 adições e 0 exclusões
  1. 9
    0
      devel/gcc/README

+ 9
- 0
devel/gcc/README Ver arquivo

@@ -0,0 +1,9 @@
1
+Native GCC that runs on target.
2
+
3
+Note that building this one is a bit tricky. First and foremost, your build machine
4
+needs to have the gcc build-deps installed as well, i.e. mpfr, gmp and mpc, amongst
5
+others.
6
+
7
+For now, this was only tested for a mips target. Others to be done...
8
+
9
+Christian Beier <cb@shoutrlabs.com>