pkgsrc/lang/gnat-aux/DESCR
drochner c627fe4473 add gnat-aux-20110125, an Ada compiler gased on a gcc-4.6 snapshot, from
John Marino, originally per PR pkg/44436, slightly updated

for i386/amd64, comes with a bootstrap which doesn't need an Ada compiler
on the pkg build system (fetches a bootstrap binary from MASTER_SITE)

There seems to be some incompatibility with the binutils/libgcc_s
on NetBSD-current, leading to warnings. Not fatal, but should be
investigated.
2011-02-01 20:32:56 +00:00

13 lines
774 B
Text

The GNAT AUX Ada compiler targeted at *BSD and *Solaris platforms
GNAT AUX is based on the trunk version of Free Software Foundation's GNU
Compiler Collection. It carries with it the GMGPL license, the modified
version of the GPL that exempts generic instantiation from resulting in
a GPL-licensed executable. This version of GNAT also carries with it the
GCC Runtime Library Exception, so the resulting binaries have no licensing
requirements. Binaries produced by GNAT AUX should be handled the same as
binaries produced by any FSF GNAT compiler.
GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards.
It also implements some features of the draft Ada-2012 standard, which are
optionally accessible via the -gnat2012 switch or Ada_2012 pragma.