Merge pull request #2874 from dibdot/adblock
[feed/packages.git] / devel / gcc / README
1 Native GCC that runs on target.
2
3 To save disk space, this GCC only supports dynamic linking on the target box,
4 there are no static libraries shipped except libgcc.a on those architectures
5 that need it.
6
7 For now, this was only tested on arm (EABI) and mips targets. Others to be
8 done...
9
10 Christian Beier <cb@shoutrlabs.com>