This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: changing gcc
- From: Ian Lance Taylor <iant at google dot com>
- To: "amnon stanislavsky" <samnon at t2 dot technion dot ac dot il>
- Cc: <gcc at gcc dot gnu dot org>
- Date: 05 Jan 2008 12:56:54 -0800
- Subject: Re: changing gcc
- References: <000001c84fc5$bdd47c30$397d7490$@technion.ac.il>
"amnon stanislavsky" <samnon@t2.technion.ac.il> writes:
> Could you please direct me on how to change gcc so that it will translate
> c/c++ files to an assembly language to a new instruction set that I am
> building?
http://gcc.gnu.org/onlinedocs/gccint/
Notably the chapters "Machine Descriptions" and "Target Description
Macros and Functions".
Ian