Re: Script to automagically create a GNU cross build environment

2005-09-21 Thread Alfred M\. Szmidt
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

Script to automagically create a GNU cross build environment

2005-09-21 Thread Thomas Schwinge
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