This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada/GNAT runtime library?
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Bernd Trog <berndtrog at yahoo dot com>
- Cc: Robert Dewar <dewar at gnat dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 18 Oct 2002 17:18:05 +0200
- Subject: Re: Ada/GNAT runtime library?
- References: <20021017224856.49084.qmail@web13206.mail.yahoo.com>
Bernd Trog <berndtrog@yahoo.com> writes:
> What puzzels me, is the close dependancy between the
> OS and the CPU for the GNARL.
> e.g.
> GNU/Linux x86 works
> GNU/Linux Alpha don't work
Some Ada files duplicate constants from the libc header files, and
these constants differ on different Linux platforms.
autoconf could probably be used to generate these files.