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