This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

i960 patch for missing dependencies


This fixes a parallel make build failure by adding missing header file
dependencies for the i960-c.c file.

2001-06-25  Jim Wilson  <wilson@redhat.com>

	* config/i960/t-960bare (i960-c.o): Add missing header dependencies.
	* config/i960/t-vxworks960: Likewise.

Index: t-960bare
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i960/t-960bare,v
retrieving revision 1.6
diff -p -r1.6 t-960bare
*** t-960bare	2001/05/17 03:15:58	1.6
--- t-960bare	2001/06/26 01:48:52
*************** xp-bit.c: $(srcdir)/config/fp-bit.c
*** 18,24 ****
  	echo '#define EXTENDED_FLOAT_STUBS' > xp-bit.c
  	cat $(srcdir)/config/fp-bit.c >> xp-bit.c
  
! i960-c.o: $(srcdir)/config/i960/i960-c.c
  	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
  
  MULTILIB_OPTIONS=mnumerics/msoft-float mlong-double-64
--- 18,25 ----
  	echo '#define EXTENDED_FLOAT_STUBS' > xp-bit.c
  	cat $(srcdir)/config/fp-bit.c >> xp-bit.c
  
! i960-c.o: $(srcdir)/config/i960/i960-c.c $(CONFIG_H) $(SYSTEM_H) cpplib.h \
!     $(TREE_H) c-pragma.h c-lex.h toplev.h $(GGC_H) $(TM_P_H)
  	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
  
  MULTILIB_OPTIONS=mnumerics/msoft-float mlong-double-64
Index: t-vxworks960
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i960/t-vxworks960,v
retrieving revision 1.7
diff -p -r1.7 t-vxworks960
*** t-vxworks960	2001/05/17 03:15:58	1.7
--- t-vxworks960	2001/06/26 01:48:52
*************** xp-bit.c: $(srcdir)/config/fp-bit.c
*** 21,27 ****
  	echo '#define EXTENDED_FLOAT_STUBS' > xp-bit.c
  	cat $(srcdir)/config/fp-bit.c >> xp-bit.c
  
! i960-c.o: $(srcdir)/config/i960/i960-c.c
  	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
  
  MULTILIB_OPTIONS=mnumerics/msoft-float mlong-double-64
--- 21,28 ----
  	echo '#define EXTENDED_FLOAT_STUBS' > xp-bit.c
  	cat $(srcdir)/config/fp-bit.c >> xp-bit.c
  
! i960-c.o: $(srcdir)/config/i960/i960-c.c $(CONFIG_H) $(SYSTEM_H) cpplib.h \
!     $(TREE_H) c-pragma.h c-lex.h toplev.h $(GGC_H) $(TM_P_H)
  	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
  
  MULTILIB_OPTIONS=mnumerics/msoft-float mlong-double-64


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]