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]

cygwin patch for f/Make-lang.in


Cygwin bootstrap failed for a different reason.  Fixed by following patch.
Solved that problem, but longstanding failure remains, so no bootstrap or
test results.

Can someone check it in if OK

2000-11-16  David Billinghurst  <David.Billinghurst@riotinto.com>

	* Make-lang.in:  Add $(build_exeext) to f/indoc target


Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/f/Make-lang.in,v
retrieving revision 1.71
diff -c -p -r1.71 Make-lang.in
*** Make-lang.in	2000/11/10 21:29:53	1.71
--- Make-lang.in	2000/11/16 00:00:27
*************** f/g77.dvi: $(srcdir)/f/g77.texi $(srcdir
*** 217,223 ****
  $(srcdir)/f/intdoc.texi: f/intdoc$(build_exeext)
  	f/intdoc$(build_exeext) > $(srcdir)/f/intdoc.texi
  
! f/intdoc: f/intdoc.c f/intdoc.h0 f/intrin.h f/intrin.def hconfig.h
system.h
  	  $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) $(INCLUDES) \
  		  $(srcdir)/f/intdoc.c -o f/intdoc
  
--- 217,224 ----
  $(srcdir)/f/intdoc.texi: f/intdoc$(build_exeext)
  	f/intdoc$(build_exeext) > $(srcdir)/f/intdoc.texi
  
! f/intdoc$(build_exeext): f/intdoc.c f/intdoc.h0 f/intrin.h \
! 			 f/intrin.def hconfig.h system.h
  	  $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) $(INCLUDES) \
  		  $(srcdir)/f/intdoc.c -o f/intdoc
  


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