Browse Source

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>
Christian Beier 10 years ago
parent
commit
75dd400ae6
2 changed files with 5 additions and 8 deletions
  1. 1
    3
      devel/gcc/Makefile
  2. 4
    5
      devel/gcc/README

+ 1
- 3
devel/gcc/Makefile View File

@@ -5,9 +5,7 @@
5 5
 # See /LICENSE for more information.
6 6
 #
7 7
 #
8
-# NB: GCC building is a bit special, you need to have the gcc build-deps installed on the build machine as well,
9
-#     for instance mpfr, mpc and gmp development packages!
10
-#
8
+
11 9
 include $(TOPDIR)/rules.mk
12 10
 
13 11
 PKG_NAME:=gcc

+ 4
- 5
devel/gcc/README View File

@@ -1,9 +1,8 @@
1 1
 Native GCC that runs on target.
2 2
 
3
-Note that building this one is a bit tricky. First and foremost, your build machine
4
-needs to have the gcc build-deps installed as well, i.e. mpfr, gmp and mpc, amongst
5
-others.
3
+To save disk space, this GCC only supports dynamic linking on the target box,
4
+there are no static libraries shipped.
6 5
 
7
-For now, this was only tested for a mips target. Others to be done...
6
+For now, this was only tested on a mips target. Others to be done...
8 7
 
9
-Christian Beier <cb@shoutrlabs.com>
8
+   Christian Beier <cb@shoutrlabs.com>