2004-02-13 01:16:00 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Fix the check for the GCC3_INSTALLTO_SUBPREFIX so that it matches the
behaviour in gcc3-c/Makefile.common.
|
2004-02-05 04:45:13 by Johnny C. Lam | Files touched by this commit (6) |
Log message:
bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk files
if it's being included by bsd.prefs.mk, so we can safely move the
BUILDLINK_DEPENDS line to its usual location.
|
2004-02-05 01:28:35 by Johnny C. Lam | Files touched by this commit (6) |
Log message:
List the correct directories for finding GCC libraries so that they will
be added automatically to library and run-time library search paths.
|
2004-02-01 15:05:47 by Johnny C. Lam | Files touched by this commit (25) |
Log message:
bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for use
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-12-03 12:28:55 by Matthias Drochner | Files touched by this commit (9) | |
Log message:
update to gcc-3.3.2 (bugfix release)
|
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 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)
|