2014-07-08 12:47:22 +00:00
|
|
|
Native GCC that runs on target.
|
|
|
|
|
2014-07-15 08:31:39 +00:00
|
|
|
To save disk space, this GCC only supports dynamic linking on the target box,
|
2015-01-07 11:53:28 +00:00
|
|
|
there are no static libraries shipped except libgcc.a on those architectures
|
|
|
|
that need it.
|
2014-07-08 12:47:22 +00:00
|
|
|
|
2015-01-07 12:48:46 +00:00
|
|
|
For now, this was only tested on arm (EABI) and mips targets. Others to be
|
|
|
|
done...
|
2014-07-08 12:47:22 +00:00
|
|
|
|
2015-01-07 11:53:28 +00:00
|
|
|
Christian Beier <cb@shoutrlabs.com>
|