Your instructions are more complicated than they need to be, one can
compile the whole tool chain without the usage of special patches,
several stages of gcc, etc etc. Esentially it boils down to:
cross-binutils (configure using --with-sysroot=/gnu)
gnumach headers
hurd headers
cross-gcc (configu
Hi!
Like some of you already know, I've been working on removing the
`make -k', etc. parts of the commonly known instructions to build cross
compilers.
After reading through several recent and older recipes and documentation
and after trying out a lot of different possibilities, I'm finally able
t