diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-07-08 14:47:22 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-08-10 13:59:14 +0200 |
commit | 41f562c0664d9a956b3efaa53e3b81e3a03e734f (patch) | |
tree | 66378ffcb0c0e6d84fba46e1f948b294ff987020 /devel | |
parent | 758da3487e02930dfc15f9d147eff30cd00f2549 (diff) |
gcc: Add README to gcc package explaining build-deps on host machine.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gcc/README | 9 |
1 files changed, 9 insertions, 0 deletions
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 <cb@shoutrlabs.com>
\ No newline at end of file |