summaryrefslogtreecommitdiff
path: root/lang/gcc3-c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03update to gcc-3.3.2 (bugfix release)drochner3-7/+7
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.1drochner5-26/+8
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-08include major version number in COMMENT for distinction, some minorgrant1-2/+2
COMMENT tweaks.
2003-07-29Sync with ../gcc3 (cpp defaults to -gcc).martin4-3/+36
2003-07-23sync with PKGREVISION bump of gcc3-c-3.3drochner1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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 thedrochner3-5/+8
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-09-as abs did to lang/gcc3:drochner3-4/+21
Apply http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10955 * unroll.c (unroll_loop): Fix off-by-one bug. Fixes build issue with xdm and -O3 Suggested by fredb -${prefix} is the same like ${GCC_PREFIX}, but the former is already there
2003-07-09There is no point in buildlinking gcc's private include files: Theydrochner1-5/+1
are not for the host compiler, but for the stage-1 "xgcc", which is not subject to buildlink's redirection. (The gcc libs are needed because ld is redirected.)
2003-07-08No need to include texinfo.mk, bsd.pkg.mk does it.seb1-2/+1
2003-07-08some cleanup:drochner10-179/+131
-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-2/+3
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-06Split the gcc3 pkg into per-language pieces.drochner11-0/+264
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.