diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-07-15 10:31:39 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-08-10 14:00:28 +0200 |
commit | 75dd400ae6fbc6504eaeb4effabf9cb53cdacd39 (patch) | |
tree | 3bc9e1aff4c3b5ae9e746b12aa5b1463cb39dd13 /devel/gcc/README | |
parent | bae28d4faa6c6a3163bdced68b53e86d24026b74 (diff) |
gcc: Remove notes that mpfr-dev and the like are needed on the build machine.
That's not true, at least for GCC 4.6.3.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'devel/gcc/README')
-rw-r--r-- | devel/gcc/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/gcc/README b/devel/gcc/README index f172bb900..6cbc80d2b 100644 --- a/devel/gcc/README +++ b/devel/gcc/README @@ -1,9 +1,8 @@ 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. +To save disk space, this GCC only supports dynamic linking on the target box, +there are no static libraries shipped. -For now, this was only tested for a mips target. Others to be done... +For now, this was only tested on a mips target. Others to be done... -Christian Beier <cb@shoutrlabs.com>
\ No newline at end of file + Christian Beier <cb@shoutrlabs.com>
\ No newline at end of file |