Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2004-08-03 13:36:03 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2004-08-03 13:36:03 +0400
commitd5eec917626bbc5cf5e50d7a8506d32f670e2fda (patch)
treed95492c4d813bd5b5d0509e61c4a588994e0e871 /ChangeLog
parenta918549275fd4e07362ec55cbabdaaaa12697dec (diff)
2004-08-03 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host-modules): Add gcc. * Makefile.in: Regenerate. * Makefile.tpl (sorry): New rule. (configure-host, all-host, [+make_target+]-host, do-check, install-host): Do not add gcc as a special case. (host modules): Add a small special-casing for gcc. Export extra_make_flags through the environment. (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc, maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc, other recursive targets for gcc): Remove. (all, do-[+make_target+], do-check): Wrap between unstage and stage. (stage, unstage): New rules. (stage[+id+]-start, stage[+id+]-end, [+compare-target+], distclean-stage[+id+]): Use stage_current. ([+bootstrap-target+], profiledbootstrap): Do not invoke manually the stage*-start rules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddba08e11..2797f58aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2004-08-03 Paolo Bonzini <bonzini@gnu.org>
+
+ * Makefile.def (host-modules): Add gcc.
+ * Makefile.in: Regenerate.
+ * Makefile.tpl (sorry): New rule.
+ (configure-host, all-host, [+make_target+]-host, do-check,
+ install-host): Do not add gcc as a special case.
+ (host modules): Add a small special-casing for gcc. Export
+ extra_make_flags through the environment.
+ (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
+ maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
+ other recursive targets for gcc): Remove.
+
+ (all, do-[+make_target+], do-check): Wrap between unstage and stage.
+ (stage, unstage): New rules.
+ (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
+ distclean-stage[+id+]): Use stage_current.
+ ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
+ the stage*-start rules.
+
2004-07-19 Robert Millan <robertmh@gnu.org>
Synced from gcc: