This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada/GNAT runtime library?


On Thursday, Oct 17, 2002, at 17:22 America/New_York, Bernd Trog wrote:
Is it possible to build a Ada cross compiler for the
other CPUs that are supported by the backend, when I
disable the GNARL?
Yes, you should be able to build "any" cross-compiler.
GNAT is designed to only need a subset of the run-time
library which doesn't require a target-specific implementation.
For example, the compiler does not use tasking and similar
Ada features.

  -Geert


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]