2014-07-08 12:47:22 +00:00
|
|
|
Native GCC that runs on target.
|
|
|
|
|
2019-06-25 13:18:06 +00:00
|
|
|
To save disk space, this GCC uses dynamic linking on the target box. There
|
|
|
|
are configuration options to include libstdc++.a, libc.a and libpthread.a
|
|
|
|
if staticly linked binaries are needed.
|
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>
|