2003-09-16 17:47:22 by Matthias Drochner | Files touched by this commit (3) |
Log message: the USE_GCC3 make variable causes conflicts with the monolithic gcc3 pkg. Until we have a sane solution, delete it for now. Addresses PR pkg/22773 by John R. Shannon. |
2003-08-11 16:16:07 by Matthias Drochner | Files touched by this commit (21) | |
Log message: update to 3.3.1 |
2003-08-08 11:31:04 by grant beattie | Files touched by this commit (8) |
Log message: include major version number in COMMENT for distinction, some minor COMMENT tweaks. |
2003-07-16 22:24:00 by Matthias Drochner | Files touched by this commit (8) |
Log message: elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify the 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 17:24:02 by Matthias Drochner | Files touched by this commit (10) |
Log message: The file affected by the bugfix (unroll.c) is potentially used by all language backends. |
2003-07-08 18:07:04 by Matthias Drochner | Files touched by this commit (3) |
Log message: oops, I was assuming the .info files are put into the packlist automatically. Not true appearently. |
2003-07-08 17:05:04 by Matthias Drochner | Files touched by this commit (42) |
Log message: some cleanup: -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-06 14:31:59 by grant beattie | Files touched by this commit (9) |
Log message: set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ? |
2003-07-06 14:15:13 by Matthias Drochner | Files touched by this commit (49) |
Log message: Split the gcc3 pkg into per-language pieces. Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg. |