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]

better support SMP builds in libf2c


Committed.

        tq vm, (burley)


Sat Apr 17 17:33:30 1999  Craig Burley  <craig@jcb-sc.com>

	From H.J. Lu <hjl@gnu.org>:
        * Makefile.in (s-libi77): Depend on i77.
        (s-libf77): Depend on i77.
        (s-libu77): Depend on u77.

*** g77-e/libf2c/Makefile.in.~1~	Sat Mar  6 02:38:52 1999
--- g77-e/libf2c/Makefile.in	Sat Apr 17 17:14:19 1999
*************** $(LIBG2C): s-libi77 s-libf77 s-libu77 s-
*** 140,148 ****
--- 140,154 ----
  	$(RANLIB) $(LIBG2C)
  
+ s-libi77: i77
+ 
  i77:
  	cd libI77; $(MAKE) $(FLAGS_TO_PASS) all
  
+ s-libf77: f77
+ 
  f77:
  	cd libF77; $(MAKE) $(FLAGS_TO_PASS) all
+ 
+ s-libu77: u77
  
  u77:


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