summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-06-26 13:23:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-06-26 13:23:26 -0700
commit40d0b53596caace6fed8f1ba6fb0f623cd2b24d1 (patch)
tree44bc6479ab1592ce2c57ff231d7c024a65e4d81a
parentf404873464c6d87b7d0cfc433bacd8a1c15b16c6 (diff)
downloadgcc-hjl/pr81217.tar.gz
Fix 4-stage profiledbootstraphjl/pr81217
* Makefile.def: Set bootstrap_target to profiledbootstrap3 for the 3rd profiledbootstrap stage. * Makefile.in: Regenerated.
-rw-r--r--Makefile.def2
-rw-r--r--Makefile.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.def b/Makefile.def
index 08d0dc08a46..61bd00330ac 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -624,7 +624,7 @@ bootstrap_stage = {
id=profile ; prev=1 ; };
bootstrap_stage = {
id=train; prev=profile ;
- bootstrap_target=profiledbootstrap ; };
+ bootstrap_target=profiledbootstrap3 ; };
bootstrap_stage = {
id=feedback ; prev=train;
bootstrap_target=profiledbootstrap ; };
diff --git a/Makefile.in b/Makefile.in
index 2e2e504e106..2de357dcf99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56151,8 +56151,8 @@ do-clean: clean-stagetrain
-.PHONY: profiledbootstrap profiledbootstrap-lean
-profiledbootstrap:
+.PHONY: profiledbootstrap3 profiledbootstrap3-lean
+profiledbootstrap3:
echo stagetrain > stage_final
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -56163,7 +56163,7 @@ profiledbootstrap:
TFLAGS="$(STAGEtrain_TFLAGS)"; \
$(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target
-profiledbootstrap-lean:
+profiledbootstrap3-lean:
echo stagetrain > stage_final
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \