Patch installed for parallel build of insn-output.o

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Mon Nov 19 12:40:00 GMT 2001


I found this patch necessary when doing a parallel build.  Tested by
doing "make -j100 insn-output.o" and installed as "obvious".

		--Kaveh


2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* Makefile.in (insn-output.o): Depend on insn-codes.h.

diff -rup orig/egcc-CVS20011128/gcc/Makefile.in egcc-CVS20011128/gcc/Makefile.in
--- orig/egcc-CVS20011128/gcc/Makefile.in	Wed Nov 28 07:30:29 2001
+++ egcc-CVS20011128/gcc/Makefile.in	Thu Nov 29 11:18:57 2001
@@ -1749,7 +1749,7 @@ s-attrtab : $(md_file) genattrtab$(build
 insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) $(GGC_H) $(REGS_H) real.h \
     conditions.h hard-reg-set.h insn-config.h $(INSN_ATTR_H) $(EXPR_H) \
     output.h $(RECOG_H) function.h $(SYSTEM_H) toplev.h flags.h \
-    $(TM_P_H)
+    insn-codes.h $(TM_P_H)
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c
 
 insn-output.c: s-output ; @true




More information about the Gcc-patches mailing list