From: morfic <mo...@bb...> - 2004-03-05 18:19:25
|
works great here now with a gentoo using CFLAGS= -march=pentium4 -Os -fomit-frame-pointer -pipe switched to -Os cause i want to keep the build as small as possible and past experience showed -Os still gives decent speed while really making a nice size difference compared to -O3 or even -O2 (which is what i had run on my athlon-XP as -O3 caused me serious problems) anyway thanks for the fix, once this thing runs stable for a while youll see a donation from me, but dont expect to see it from this email ;) now i can go and check on how to make the kernel for colinux and use P4 optimizations and hopefully make a static kernel, im not much of a module fan especially if i have to copy the modules around since i cant just drag n drop into the vm anyway looks great now, biggest problem was tar which now even unpacks big stuff like glibc/gcc w/o a hitch Dan Aloni wrote: >On Fri, Mar 05, 2004 at 12:53:34PM -0000, Sean Brook wrote: > > > >>| I'm now working on a fix, while also merging Ballard's patches. >> >>Does the latest snapshot (20040305) fix the seg fault issues? >> >> > >Yes. > > > |