aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-07-31 17:35:29 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-07-31 17:35:29 +0000
commit63ae642bd609b4f27b2e400e6f8a760b95afdf04 (patch)
tree08a8589468a5e8977937dd93308d2257d5ecd05e /lang/Makefile
parent8810445e30722a9129fc01ab1145662b75a5df7b (diff)
downloadports-63ae642bd609b4f27b2e400e6f8a760b95afdf04.tar.gz
ports-63ae642bd609b4f27b2e400e6f8a760b95afdf04.zip
gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally it
was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc. However, some cross-compilers are based on it and there are some significant differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a ${LOCALBASE} of /usr/local which has a high potential of file conflicts with other lang/ compilers. Another reason for keeping them separate is just about every Ada program will need to be patched for it due to new binding interpretations stemming from Ada-2012 work. Simply updating gnat-aux would break them all instantly. 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 the AUX compiler. The AUX compiler is based on release versions of the 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. It also carries 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. The AUX GNAT compiler implements the full Ada-83, Ada-95, Ada-2005 standard and provides a partial implementation of Ada-2012. WWW: http://www.dragonlace.net/ PR: ports/169951 Submitted by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=301801
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index bb921082743a..b52010e67eea 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -82,6 +82,7 @@
SUBDIR += gauche
SUBDIR += gawk
SUBDIR += gcc
+ SUBDIR += gcc-aux
SUBDIR += gcc34
SUBDIR += gcc42
SUBDIR += gcc44