2005-10-05 Paolo Bonzini <bonzini@gnu.org>
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 5 Oct 2005 15:59:52 +0000 (15:59 +0000)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 5 Oct 2005 15:59:52 +0000 (15:59 +0000)
* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
before other host packages.

ChangeLog
Makefile.in
Makefile.tpl

index 8f5488d..e6290c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
 
+       * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
+       before other host packages.
+
+2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
+
        PR bootstrap/22340
 
        * configure.in (default_target): Remove.
index 98c0ca9..a99eff4 100644 (file)
@@ -856,6 +856,11 @@ all:
        fi
 @endif gcc-bootstrap
        @$(unstage)
+@if gcc-no-bootstrap
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-prebootstrap
+@endif gcc-no-bootstrap
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        if [ -f stage_last ]; then \
index 889552d..8c19bbf 100644 (file)
@@ -709,6 +709,11 @@ all:
        fi
 @endif gcc-bootstrap
        @$(unstage)
+@if gcc-no-bootstrap
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-prebootstrap
+@endif gcc-no-bootstrap
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        if [ -f stage_last ]; then \