summaryrefslogtreecommitdiff
path: root/lang/gcc48-libs
AgeCommit message (Collapse)AuthorFilesLines
2013-10-21Changes 4.8.2:adam1-4/+4
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.1 relative to previous releases of GCC.
2013-08-15fix -specs for ccacherichard1-4/+4
2013-06-21Revert part of previous, GCC_TARGET_MACHINE must be used so that, when set byjperkin2-12/+12
the user, the runtime directory is in sync between the main gcc package and the gcc-libs package. Bump PKGREVISIONs.
2013-06-14Update variable names to match those in the buildlink3.mk files, and to avoidjperkin1-13/+13
any possible clashes with the main gcc packages. If you were previously using GCC_TARGET_MACHINE to configure the location to the runtime libraries, you should update it to LIBGCC_TARGET_MACHINE. Bump PKGREVISIONs.
2013-06-14When using USE_PKGSRC_GCC_RUNTIME, do not add an rpath for the main GCC libs.jperkin1-2/+2
2013-06-13Don't override gcc variables, use ones specific to gcc-libs.jperkin1-5/+5
Avoids issue with USE_PKGSRC_GCC_RUNTIME where the gcc48 package would end up installing to gcc47's prefix.
2013-06-02Changes 4.8.1:adam2-16/+17
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
2013-04-21Bump PKGREVISION because of lang/gcc48 revbump.sbd1-2/+2
2013-04-19Renaming GCC_DIST_VERSION to GCC48_DIST_VERSIONadam1-7/+7
2013-04-17GCC48_DIST_VERSION -> GCC_DIST_VERSION; required for compiler/gcc.mkadam1-7/+7
2013-04-04Explicitly depend upon gcc48 rather than relying on general GCC_DIST_VERSION,jperkin1-7/+7
which is currently set to gcc47. Should fix pbulk resolution failures.
2013-04-01Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz3-0/+112
New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html