]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
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 8f5488dec543eabde276bf9e26f74a590730ee78..e6290c52012e45ce3f2d2d0ab2e063953e3818af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 98c0ca98ca4fa6808c168d612ad793ceabb4f504..a99eff47cd496f33106eafbe7ecec3a4bb1d97ce 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 889552d6e95ecf6ca3d8d428444a3c0fddb69762..8c19bbfaab502be3b6aa402b8c406f6c7668f98d 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 \