On Wed, 2008-03-12 at 16:56 +1100, Schmave wrote: > Hi I would luke to know what I need to do to port gcc to a new > architecture
You can start by reading the GCC internals documentation: http://gcc.gnu.org/onlinedocs/gccint/ You can also look at the source code, in particular, the gcc/config directory. Finally, you have the option of hiring someone to do the port for you: http://www.fsf.org/resources/service Cheers, Ben