summaryrefslogtreecommitdiff
path: root/lang/gcc49
AgeCommit message (Collapse)AuthorFilesLines
2015-01-22Closes PR pkg/49548sevan2-1/+21
Reviewed by benz@ dholland@
2014-11-28Add a patch to fix compilation on Debian Etch. From Mikhail Gusarov inbsiegert3-3/+21
PR pkg/49296.
2014-11-19Update to 4.9.2:wiz2-6/+6
Over 65 bugs fixed. Details: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.2
2014-09-10Don't redefine putc and friends to fix build on NetBSD with libc++.joerg2-1/+29
2014-09-07Fix on OS X Tiger. From Sevan Janiyan in PR 49178.wiz1-1/+10
2014-09-06Replace all references to _GCC_REQD with the appropriate logical value forjperkin1-3/+3
each GCC version. Using the variable causes impossible version constraints when a specific GCC is depended upon but the user is using something newer, as _GCC_REQD will be set to the higher value.
2014-09-05Disable gcc_cv_ld_as_needed on SunOS, it is enabled by default on 5.11jperkin1-1/+3
and newer but seems to have problems with specific compiler combinations where the build fails with multilib problems.
2014-09-04Initial import of gcc49-4.9.1 as lang/gcc49.jperkin45-0/+2769
Changes, New Features, and Fixes in GCC 4.9 can be found here: https://gcc.gnu.org/gcc-4.9/changes.html This is based heavily on lang/gcc47 but updated for GCC 4.9.1. Tested on SmartOS (32-bit and 64-bit) and NetBSD 6.1.4/amd64.