summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-25 15:52:30 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-25 15:52:30 +0000
commitea38f4be892b22b61a540a102bed374ddb381b9a (patch)
treee7e2be5250281cc82cb05456ef3b38d8aef97843 /gcc/Makefile.in
parentbbd12626ca8547394d0ffba69f8c28b79a406ff5 (diff)
downloadgcc-ea38f4be892b22b61a540a102bed374ddb381b9a.tar.gz
(clh 5)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202894 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 62b5eab2214..8f99a6cfa0b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1500,7 +1500,8 @@ ALL_HOST_FRONTEND_OBJS = $(foreach v,$(CONFIG_LANGUAGES),$($(v)_OBJS))
ALL_HOST_BACKEND_OBJS = $(GCC_OBJS) $(OBJS) $(OBJS-libcommon) \
$(OBJS-libcommon-target) @TREEBROWSER@ main.o c-family/cppspec.o \
- $(COLLECT2_OBJS) $(EXTRA_GCC_OBJS) $(GCOV_OBJS) $(GCOV_DUMP_OBJS)
+ $(COLLECT2_OBJS) $(EXTRA_GCC_OBJS) $(GCOV_OBJS) $(GCOV_DUMP_OBJS) \
+ lto-wrapper.o
# This lists all host object files, whether they are included in this
# compilation or not.
@@ -3899,11 +3900,6 @@ generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \
common/common-target-hooks-def.h pass-instances.def \
c-family/c-target-hooks-def.h
-# In order for parallel make to really start compiling the expensive
-# objects from $(OBJS) as early as possible, build all their
-# prerequisites strictly before all objects.
-$(ALL_HOST_OBJS) : | $(generated_files)
-
#
# How to compile object files to run on the build machine.
@@ -5390,3 +5386,8 @@ po/gcc.pot: force
$(MAKE) srcextra
AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \
$(XGETTEXT) gcc $(srcdir)
+
+# In order for parallel make to really start compiling the expensive
+# objects from $(OBJS) as early as possible, build all their
+# prerequisites strictly before all objects.
+$(ALL_HOST_OBJS) : | $(generated_files)