From: Christian Beier Date: Tue, 8 Jul 2014 12:47:22 +0000 (+0200) Subject: gcc: Add README to gcc package explaining build-deps on host machine. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=41f562c0664d9a956b3efaa53e3b81e3a03e734f;p=feed%2Fpackages.git gcc: Add README to gcc package explaining build-deps on host machine. Signed-off-by: Christian Beier --- diff --git a/devel/gcc/README b/devel/gcc/README new file mode 100644 index 0000000000..f172bb900b --- /dev/null +++ b/devel/gcc/README @@ -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 \ No newline at end of file