---
name: gcc-aux
version: 20130411_2
origin: lang/gcc-aux
comment: Version of GCC 4.7 with full Ada support
arch: freebsd:9:x86:64
www: http://www.dragonlace.net/
maintainer: marino@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 193643948
desc: |
  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 the full Ada-83, Ada-95, Ada-2005 standard and
  provides a partial implementation of Ada-2012.  The Ada-2012 reference manual
  was submitted to the International Organization for Standardization (ISO)
  in June 2012.

  WWW: http://www.dragonlace.net/
deps:
  mpfr: {origin: math/mpfr, version: 3.1.2}
  mpc: {origin: math/mpc, version: 0.9}
  gmp: {origin: math/gmp, version: 5.1.2}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- lang
shlibs_required:
- libiconv.so.3
- libgcc_s.so.1
- libquadmath.so.0
- libmpc.so.2
- libmpfr.so.4
- libgmp.so.10
shlibs_provided:
- libstdc++.so.6
- libquadmath.so.0
- liblto_plugin.so.0
- libitm.so.1
- libgnat-4.7.so
- libgnarl-4.7.so
- libgfortran.so.3
- libgcc_s.so.1
options: {TESTSUITE: off, STATIC: off, OBJC: on, NLS: on, FORT: on, CXX: on, ADA: on}
