gcc: Add README to gcc package explaining build-deps on host machine.
authorChristian Beier <dontmind@freeshell.org>
Tue, 8 Jul 2014 12:47:22 +0000 (14:47 +0200)
committerChristian Beier <dontmind@freeshell.org>
Sun, 10 Aug 2014 11:59:14 +0000 (13:59 +0200)
Signed-off-by: Christian Beier <dontmind@freeshell.org>
devel/gcc/README [new file with mode: 0644]

diff --git a/devel/gcc/README b/devel/gcc/README
new file mode 100644 (file)
index 0000000..f172bb9
--- /dev/null
@@ -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>
\ No newline at end of file