This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Porting gcc
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Schmave <david dot m dot thornton at gmail dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 12 Mar 2008 17:01:27 +1100
- Subject: Re: Porting gcc
- References: <912A7FA5-0BAF-4E6D-96B7-32713439817F@gmail.com>
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