packages/devel/gcc
Christian Beier b9683bf7df gcc: Ship all *nonshared*.a static libs.
Particularly, this fixes linking with pthreads.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 14:00:35 +02:00
..
patches gcc: Remove patches that don't apply to 4.6.3. 2014-08-10 14:00:22 +02:00
Makefile gcc: Ship all *nonshared*.a static libs. 2014-08-10 14:00:35 +02:00
README gcc: Remove notes that mpfr-dev and the like are needed on the build machine. 2014-08-10 14:00:28 +02:00

Native GCC that runs on target.

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 on a mips target. Others to be done...

   Christian Beier <cb@shoutrlabs.com>