|
@@ -1,8 +1,10 @@
|
1
|
1
|
Native GCC that runs on target.
|
2
|
2
|
|
3
|
3
|
To save disk space, this GCC only supports dynamic linking on the target box,
|
4
|
|
-there are no static libraries shipped.
|
|
4
|
+there are no static libraries shipped except libgcc.a on those architectures
|
|
5
|
+that need it.
|
5
|
6
|
|
6
|
|
-For now, this was only tested on a mips target. Others to be done...
|
|
7
|
+For now, this was only tested on arm (EABI) and mips targets. Others to be
|
|
8
|
+done...
|
7
|
9
|
|
8
|
|
- Christian Beier <cb@shoutrlabs.com>
|
|
10
|
+ Christian Beier <cb@shoutrlabs.com>
|