]> gcc.gnu.org Git - gcc.git/commitdiff
re PR bootstrap/44315 (Circular build/gencondmd.o <- insn-flags.h dependency dropped)
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 29 May 2010 20:26:12 +0000 (20:26 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 29 May 2010 20:26:12 +0000 (20:26 +0000)
2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/44315
* Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
Filter out insn-flags.h.

From-SVN: r160035

gcc/ChangeLog
gcc/Makefile.in

index 2a43737323322314ec584b93f2e978dd0c31897c..3cb2351f47356a4cffc5ff52d9e94839d1478726 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/44315
+       * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
+       Filter out insn-flags.h.
+
 2010-05-29  Jan Hubicka  <jh@suse.cz>
 
        * cgraph.h (struct varpool_node_set_def,
index cb432cb71854776be47574f4f8ddaeaf0c840018..646269e340fcb2539043bb89df395f43d980d66b 100644 (file)
@@ -3748,12 +3748,11 @@ build/rtl.o: rtl.c $(BCONFIG_H) coretypes.h $(GTM_H) $(SYSTEM_H)        \
   $(RTL_H) $(GGC_H) errors.h
 build/vec.o : vec.c $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H)      \
    $(GGC_H) $(TOPLEV_H)
-build/gencondmd.o : \
-   TM_H := $(GTM_H)
 build/gencondmd.o : build/gencondmd.c $(BCONFIG_H) $(SYSTEM_H)         \
-  coretypes.h $(GTM_H) insn-constants.h $(RTL_H) $(TM_P_H)             \
-  $(FUNCTION_H) $(REGS_H) $(RECOG_H) output.h $(FLAGS_H)               \
-  $(RESOURCE_H) $(TOPLEV_H) reload.h $(EXCEPT_H) tm-constrs.h
+  coretypes.h $(GTM_H) insn-constants.h                                        \
+  $(filter-out insn-flags.h, $(RTL_H) $(TM_P_H) $(FUNCTION_H) $(REGS_H) \
+  $(RECOG_H) output.h $(FLAGS_H) $(RESOURCE_H) $(TOPLEV_H) reload.h    \
+  $(EXCEPT_H) tm-constrs.h)
 # This pulls in tm-pred.h which contains inline functions wrapping up
 # predicates from the back-end so those functions must be discarded.
 # No big deal since gencondmd.c is a dummy file for non-GCC compilers.
This page took 0.06799 seconds and 5 git commands to generate.