mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
320c206ea9
This will be the successor to lang/gcc5-aux. GCC6 is still in development although the Ada front end is generally stable. Once gcc6-aux is released, the lang/gcc-aux port will likely be removed. For that to happen, the gnatdroid compilers need to move from it to gcc5-aux or gcc6-aux. The Ada framework will also move to gcc6-aux by default as well.
15 lines
657 B
Plaintext
15 lines
657 B
Plaintext
The AUX compiler supports several languages: Ada, C, C++, Fortran and
|
|
Objective-C. Since Ada support must be built by an Ada-capable compiler,
|
|
only platforms for which a bootstrap compiler is available can build it.
|
|
|
|
The AUX compiler is based on release versions of the Free Software
|
|
Foundation's GNU Compiler Collection. It uses the GCC Runtime Library
|
|
Exception, so the resulting binaries have no licensing requirements.
|
|
Binaries produced by the AUX compiler should be legally handled the same
|
|
as binaries produced by any FSF compiler.
|
|
|
|
This compiler implements the full Ada-83, Ada-95, Ada-2005 and Ada-2012
|
|
standards.
|
|
|
|
WWW: http://www.dragonlace.net/
|