This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Simplest MD / Porting GCC on a new arch
- From: Ian Lance Taylor <iant at google dot com>
- To: Florent DEFAY <spira dot inhabitant at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 26 Feb 2009 09:06:13 -0800
- Subject: Re: Simplest MD / Porting GCC on a new arch
- References: <8502af3c0902260141i2cd1ecf6k30e555873c5f23e3@mail.gmail.com>
Florent DEFAY <spira.inhabitant@gmail.com> writes:
> I am building a new machine description for GCC.
> I know there is no general dummy md. Then I am looking for the
> simplest machine description that exists for GCC. I mean the easiest
> to understand.
> According to you, which one is it ?
They all describe real machines, so none of them are simple. Rather
than looking for the simplest, you should look for the one which most
resembles your architecture.
Ian