Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-03 | update to gcc-3.3.2 (bugfix release) | drochner | 2 | -5/+5 | |
2003-08-11 | update to 3.3.1 | drochner | 3 | -23/+6 | |
2003-08-08 | include major version number in COMMENT for distinction, some minor | grant | 1 | -2/+2 | |
COMMENT tweaks. | |||||
2003-07-23 | sync with PKGREVISION bump of gcc3-c++-3.3 | drochner | 1 | -2/+2 | |
should fix PR pkg/22188 by Todd Vierling | |||||
2003-07-16 | elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify the | drochner | 1 | -3/+3 | |
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 | The file affected by the bugfix (unroll.c) is potentially used by all | drochner | 2 | -1/+18 | |
language backends. | |||||
2003-07-08 | oops, I was assuming the .info files are put into the packlist | drochner | 1 | -1/+2 | |
automatically. Not true appearently. | |||||
2003-07-08 | some cleanup: | drochner | 6 | -1953/+1828 | |
-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 | set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment | grant | 1 | -3/+3 | |
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ? | |||||
2003-07-06 | Split the gcc3 pkg into per-language pieces. | drochner | 7 | -0/+2042 | |
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg. |