summaryrefslogtreecommitdiff
path: root/lang/gcc3-c/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-02-01bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for usejlam1-6/+9
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler.
2003-08-11update to 3.3.1drochner1-2/+1
2003-08-08include major version number in COMMENT for distinction, some minorgrant1-2/+2
COMMENT tweaks.
2003-07-17Update:abs1-1/+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-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-08some cleanup:drochner1-83/+9
-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.drochner1-0/+106
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.