From 41f562c0664d9a956b3efaa53e3b81e3a03e734f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 8 Jul 2014 14:47:22 +0200 Subject: [PATCH] gcc: Add README to gcc package explaining build-deps on host machine. Signed-off-by: Christian Beier --- devel/gcc/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/gcc/README diff --git a/devel/gcc/README b/devel/gcc/README new file mode 100644 index 000000000..f172bb900 --- /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