aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-10-05 15:57:43 +0000
committerPaolo Bonzini <bonzini@gnu.org>2005-10-05 15:57:43 +0000
commit65e863b72d570d04136ed10696bdda2f4ae3487a (patch)
tree9ffbc9947dbebe95190171298b73d059a1b02afe /Makefile.tpl
parent2769f0bfa540fc5aff6a56d8fd7d9bf2822c96a4 (diff)
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages before other host packages. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@105002 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 889552d6e95..8c19bbfaab5 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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 \