summaryrefslogtreecommitdiff
path: root/lang/gcc45/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-08Redo netbsd/ctype_base.h patch to not pollute the namespace as much withjoerg1-2/+2
sys/param.h.
2012-06-02Use ${PREFIX}/gnu/bin/ld instead of ${PREFIX}/bin/gnu-ldcheusov1-2/+2
2012-04-13Bring over the fixes and cleanups from lang/gcc46 and lang/gcc44:hans1-65/+25
- use options for language selection - SunOS fixes - reduced dependencies
2012-03-15Pickup maintainership of gcc4 series packages.sbd1-2/+2
This means I will also take care of adding newer gcc version.
2012-02-24Reset maintainer.wiz1-2/+2
2012-01-29lang/gcc45: Mark NOT-FOR-DRAGONFLYmarino1-2/+2
This compiler requires binutils 2.17 which A) doesn't build on DragonFly and B) is a significant downgrade over the system binutils. DragonFly users should look at lang/gnat-aux for a pkgsrc compiler which is based on gcc 4.6. lang/gcc46 doesn't build on DragonFly either, but it may be worth fixing that package. This one isn't worth the effort for us.
2012-01-14Convert to USE_TOOLS=zip.hans1-4/+2
2011-10-18Add patch-ac from lang/gcc44. Without it, programs built with this gcchans1-1/+2
lack the rpath to libgcc, causing all kinds of trouble.
2011-07-11Update to 4.5.3, from Kai-Uwe Eckhardt.wiz1-2/+2
This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.5.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here): http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.5.3 On the PowerPC compiler, the altivec builtin functions vec_ld and vec_st have been modified to generate the Altivec memory instructions LVX and STVX, even if the -mvsx option is used. In the initial GCC 4.5 release, these builtin functions were changed to generate VSX memory reference instructions instead of Altivec memory instructions, but there are differences between the two instructions. If the VSX instruction set is available, you can now use the new builtin functions vec_vsx_ld and vec_vsx_st which always generates the VSX memory instructions.
2011-05-14Initial import of gcc45-4.5.2 from pkgsrc-wip.wiz1-0/+189
Packaged by Marko Schütz, improved by Kai-Uwe Eckhardt. This is the gcc 4.5 compiler suite. This package has a test target. For testing (only), this package requires devel/dejagnu and devel/autogen.