summaryrefslogtreecommitdiff
path: root/lang/gcc3-c++
AgeCommit message (Collapse)AuthorFilesLines
2003-09-16the USE_GCC3 make variable causes conflicts with the monolithicdrochner1-2/+1
gcc3 pkg. Until we have a sane solution, delete it for now. Addresses PR pkg/22773 by John R. Shannon.
2003-08-11update to 3.3.1drochner4-25/+7
2003-08-08include major version number in COMMENT for distinction, some minorgrant1-2/+2
COMMENT tweaks.
2003-07-29Sync with ../gcc3 pkg (cpp defaults to -gcc).martin4-3/+36
2003-07-17Update:abs2-3/+4
gcc3 to 3.3nb5 gcc3-c to 3.3nb1 gcc3-c++ to 3.3nb1 In gcc3.mk set CPP to '.../cpp -gcc' rather than '.../cpp' Ensure __GNUC__ and similar are defined.
2003-07-16elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify thedrochner1-2/+2
PKGNAME if we are installing to an alternative location so that the pkg system doesn't complain about conflicts. Now it is possible to install a gcc3 tree to some location where it can be used to bootstrap another instance of itself...
2003-07-09The file affected by the bugfix (unroll.c) is potentially used by alldrochner2-1/+18
language backends.
2003-07-08some cleanup:drochner7-330/+219
-USE_NEW_TEXINFO, saves some patches -symlink libiberty.a into build tree instead of buildlink/lib, saves some patches -put common make rules into Makefile.common (for all) and buildaddon.mk (for all but the base "c" pkg)
2003-07-06set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous commentgrant1-3/+3
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-06Split the gcc3 pkg into per-language pieces.drochner8-0/+397
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.