On Thu, 2011-01-06 at 17:49 +0200, Bernd Roesch wrote: > netsurf MUI GUI was do from itix.But it does now not work, because of > lots changes in netsurf.
It's in a branch in SVN, if someone wants to resurrect it. I doubt it's that much work to do so -- the interface between NetSurf's core and frontends has not changed a very great deal (and, where it has changed, it's for the better). I'd imagine it'd be about a week's work to fix it up, should someone want to. > binutil is old, here amiga target is remove in mainsource, but because > its only a assembler and linker this doesnt matter. all GCC can work > with that. Aside from the fixes to mainline binutils I had to backport to get it to assemble the output from modern GCC, of course. > clib2 does not work good, it miss lots functions. It needed stub implementations of 7 functions to get NetSurf and all of its dependencies (including the stage 2 toolchain) to compile. Aside from vfork(), they are all obscure BSDisms that aren't all that portable, anyway. On that basis, it's fine for our needs. J.
