| Works well on PPC |
 |
 |
By brian68 - Posted on July 14, 2002 - 05:31:36 (#2207)
Current version when comment was posted: 1.7.6 |
 |
 |
Can be compiled natively to produce a slightly smaller executable. 16.37k vs 18.88k
You will need to modify main.c to #define '__start' and #include bsd_mem.h in (3) files: unix.c, arcfs.c, and io.c. There may be a simpler way to go about it but this worked for me. I may have also tweaked the makefile to remove some gcc-specific things. If I understood makefiles better, I would put a check for x86 vs. PPC, but that'll have to wait for another day.
Thanks for the cross-compile, Kirilla! :-)
|
|
|
|
|