summaryrefslogtreecommitdiff
path: root/lang/gnat-aux
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05Add x86-Solaris and symbolic traceback supportmarino5-26/+599
This changeset addresses several things: 1) Adds support for x86-Solaris (Namely OpenIndiana) 2) Properly implements run-time symbolic traceback support 3) Arranges makefile so patches can be handled in a standard fashion 4) Properly implements MAKE_JOBS which reduces build times by 66%+ on the quad-core test machine (30 minutes down to < 10 minutes)
2011-07-18-update to the 20110627 snapshot which is based on gcc-4.6.1, fromdrochner2-11/+44
John Marino per PM -deal with possibly builtin gmp/mpfr/mpc libs (this is incomplete for D'fly -- choices are to convert the pre-configure test or to set USE_BUILTIN.x=no)
2011-07-15fix DESTDIR installation problems, from John Marino per PR pkg/45134drochner1-3/+4
2011-05-10update to 20110325, from John Marinodrochner3-23/+76
changes: -newer gcc snapshot -add option to build c++ support (not enabled per default because the build fails due to something which looks like a command line length limitation on NetBSD)
2011-02-10update to 20110203, from John Marino per PMdrochner2-6/+6
changes: -use newer gcc-4.6 shapshot -improvements to NetBSD support: -catch up with some libc symbol RENAMEs -support shlib runtime search path
2011-02-01add gnat-aux-20110125, an Ada compiler gased on a gcc-4.6 snapshot, fromdrochner4-0/+286
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.