summaryrefslogtreecommitdiff
path: root/lang/gcc3-c/files
AgeCommit message (Collapse)AuthorFilesLines
2021-10-08lang: Remove gcc3.nia1-6/+0
2004-05-20Set the CC variable to .../bin/gcc (not .../bin/cc): on some systems,jschauma1-2/+2
there exists a 'cc', leading to buildlink creating a 'cc' wrapper pointing to the original 'cc', which then won't work with the gcc flags, while the 'gcc' wrapper does work (since packages simply call 'cc' (or 'gcc') and rely on buildlink having prepended the path to the right wrapper).
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-07-29Sync with ../gcc3 (cpp defaults to -gcc).martin1-2/+2
2003-07-17Update:abs1-2/+2
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-08some cleanup:drochner1-5/+2
-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-06Split the gcc3 pkg into per-language pieces.drochner1-0/+10
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.