On 3 February 2012 10:36, Alex Rønne Petersen <xtzgzo...@gmail.com> wrote: > On 03-02-2012 11:33, Andrea Fontana wrote: >> >> How much work is needed to support atmel in your opinion? >> >> Il giorno ven, 03/02/2012 alle 10.40 +0100, Alex Rønne Petersen ha >> scritto: >>> >>> On 03-02-2012 09:47, Andrea Fontana wrote: >>> > Is it possible to compile for avr (atmel) platform using gdc? It would >>> > be interesting for arduino development... >>> >>> Not currently. We don't even have a standard version identifier for that >>> platform. >>> >>> -- >>> - Alex >> >> > > I'm not really qualified to say. Iain? > > -- > - Alex
In the event that we can't match the platform / cpu to a pre-defined identifier, we just emit what the configure scripts tell us. So, for CPU-VENDOR-TARGET, gdc would emit CPU and TARGET as version identifiers. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';