This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Revised release criteria for GCC 4.0
- From: Ralf Corsepius <ralf dot corsepius at rtems dot org>
- To: "E. Weddington" <ericw at evcohs dot com>
- Cc: Daniel Kegel <dank at kegel dot com>, GCC List <gcc at gcc dot gnu dot org>
- Date: Tue, 14 Dec 2004 06:27:44 +0100
- Subject: Re: Revised release criteria for GCC 4.0
- References: <41BE1BF9.3070706@kegel.com> <41BE1CC7.3090609@evcohs.com>
On Mon, 2004-12-13 at 15:50 -0700, E. Weddington wrote:
> I'd like to see avr added to that list. Note, however, that the C
> library wouldn't have to be built since this is just testing the build
> of binutils and gcc. The avr target uses its own library: avr-libc.
Not quite: bare avr targets use avr-libc, other avr-targets might use
other libc's (e.g. avr-rtems uses newlib).
Ralf