|
@@ -1,9 +1,8 @@
|
1
|
1
|
Native GCC that runs on target.
|
2
|
2
|
|
3
|
|
-Note that building this one is a bit tricky. First and foremost, your build machine
|
4
|
|
-needs to have the gcc build-deps installed as well, i.e. mpfr, gmp and mpc, amongst
|
5
|
|
-others.
|
|
3
|
+To save disk space, this GCC only supports dynamic linking on the target box,
|
|
4
|
+there are no static libraries shipped.
|
6
|
5
|
|
7
|
|
-For now, this was only tested for a mips target. Others to be done...
|
|
6
|
+For now, this was only tested on a mips target. Others to be done...
|
8
|
7
|
|
9
|
|
-Christian Beier <cb@shoutrlabs.com>
|
|
8
|
+ Christian Beier <cb@shoutrlabs.com>
|