gcc: Remove notes that mpfr-dev and the like are needed on the build machine.
authorChristian Beier <dontmind@freeshell.org>
Tue, 15 Jul 2014 08:31:39 +0000 (10:31 +0200)
committerChristian Beier <dontmind@freeshell.org>
Sun, 10 Aug 2014 12:00:28 +0000 (14:00 +0200)
That's not true, at least for GCC 4.6.3.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
devel/gcc/Makefile
devel/gcc/README

index ba0b9c2a80bcf227ea4adf5bcf2ad3470a20afdb..99a4911a54e7b1b586767f7f18f225f3dc275c75 100644 (file)
@@ -5,9 +5,7 @@
 # See /LICENSE for more information.
 #
 #
-# NB: GCC building is a bit special, you need to have the gcc build-deps installed on the build machine as well,
-#     for instance mpfr, mpc and gmp development packages!
-#
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gcc
index f172bb900b9687378e49cc99cda3263d26a84b85..6cbc80d2b6969569c592466e6ecfc8413a4d8bc9 100644 (file)
@@ -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