2015-06-10 23:45:41 by Ryo ONODERA | Files touched by this commit (1) |
Log message: Match SunOS 5.10 for Solaris 10. Noted by jperkin@. Thank you. |
2015-06-10 22:20:42 by Ryo ONODERA | Files touched by this commit (1) |
Log message: Fix build under Solaris 10u11. It requires newer binutils and Solaris linker. gfortran part is still broken for me. |
2015-01-22 02:22:48 by Sevan Janiyan | Files touched by this commit (2) |
Log message: Closes PR pkg/49548 Reviewed by benz@ dholland@ |
2014-11-28 12:47:01 by Benny Siegert | Files touched by this commit (4) |
Log message: Add a patch to fix compilation on Debian Etch. From Mikhail Gusarov in PR pkg/49296. |
2014-11-19 16:21:45 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 4.9.2: Over 65 bugs fixed. Details: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.2 |
2014-09-10 14:20:00 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't redefine putc and friends to fix build on NetBSD with libc++. |
2014-09-07 09:35:15 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix on OS X Tiger. From Sevan Janiyan in PR 49178. |
2014-09-06 10:20:29 by Jonathan Perkin | Files touched by this commit (14) |
Log message: Replace all references to _GCC_REQD with the appropriate logical value for 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-05 22:38:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Disable gcc_cv_ld_as_needed on SunOS, it is enabled by default on 5.11 and newer but seems to have problems with specific compiler combinations where the build fails with multilib problems. |
2014-09-04 20:43:11 by Jonathan Perkin | Files touched by this commit (45) | |
Log message: Initial import of gcc49-4.9.1 as lang/gcc49. 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. |