2014-07-08 20:47:22 +08:00
|
|
|
Native GCC that runs on target.
|
|
|
|
|
2019-06-25 21:18:06 +08: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 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>
|