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-18 10:51:38 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2004-08-18 10:51:38 +0400
commit6a19fd82fae7466d84e4c749661dd49efd84652c (patch)
treea71711040e09b21f94a44777db9fc86264286d2f /ChangeLog
parenteb2d1dee1fe23ff5ca11f86678a056108cc5a698 (diff)
2004-08-17 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in: Regenerate. * configure: Regenerate. * Makefile.def (bootstrap-stage): Rename extra_*_flags to stage_*_flags. * Makefile.tpl (configure-[+module+], all-[+module+]): Exit for bootstrapped modules if toplevel bootstrap is going. (GCC bootstrap): Generate per-stage targets for all bootstrapped modules. Adjust for changes in Makefile.def. Enable several rules even in non-bootstrap mode, just to avoid peppering the template with unnecessary "@if/@endif gcc-bootstrap" pairs. (stage-[+prev+]-bubble): Remove. * Makefile.def (Dependencies): Depend on all-build-bison, all-build-flex, all-build-byacc, all-build-texinfo, rather than the host variations. * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout with BUILD_SUBDIR. (BISON): Update for recent Bisons. (YACC): Fix typo. (cross): Depend on all-build. (all): Do not depend on all-build. (prebootstrap): Remove. (dep-kind): Accept separate prefixes for MODULE and ON variables. (Prebootstrap dependencies): Add them to the per-stage targets and to all-prebootstrap. * configure.in (build_configdirs): Always enable build_tools. (BUILD_DIR_PREFIX): Remove. * Makefile.def (gcc): Add target variable. (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags. * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) in the recursive `make', instead of hardwiring `all'. (Autogenerated TARGET-* variables): New.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5cefc9ed..41238fc61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2004-08-17 Paolo Bonzini <bonzini@gnu.org>
+
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
+ * Makefile.def (bootstrap-stage): Rename extra_*_flags to
+ stage_*_flags.
+ * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
+ for bootstrapped modules if toplevel bootstrap is going.
+ (GCC bootstrap): Generate per-stage targets for all bootstrapped
+ modules. Adjust for changes in Makefile.def. Enable several
+ rules even in non-bootstrap mode, just to avoid peppering the
+ template with unnecessary "@if/@endif gcc-bootstrap" pairs.
+ (stage-[+prev+]-bubble): Remove.
+
+ * Makefile.def (Dependencies): Depend on all-build-bison,
+ all-build-flex, all-build-byacc, all-build-texinfo, rather
+ than the host variations.
+ * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
+ with BUILD_SUBDIR.
+ (BISON): Update for recent Bisons.
+ (YACC): Fix typo.
+ (cross): Depend on all-build.
+ (all): Do not depend on all-build.
+ (prebootstrap): Remove.
+ (dep-kind): Accept separate prefixes for MODULE and ON variables.
+ (Prebootstrap dependencies): Add them to the per-stage targets
+ and to all-prebootstrap.
+ * configure.in (build_configdirs): Always enable build_tools.
+ (BUILD_DIR_PREFIX): Remove.
+
+ * Makefile.def (gcc): Add target variable.
+ (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
+ * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
+ in the recursive `make', instead of hardwiring `all'.
+ (Autogenerated TARGET-* variables): New.
+
2004-08-17 Robert Millan <robertmh@gnu.org>
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux