summaryrefslogtreecommitdiff
path: root/lang/gcc3-c
AgeCommit message (Collapse)AuthorFilesLines
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.