]> gcc.gnu.org Git - gcc.git/commitdiff
better support SMP builds in libf2c
authorCraig Burley <craig@jcb-sc.com>
Sat, 17 Apr 1999 14:37:14 +0000 (14:37 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Sat, 17 Apr 1999 14:37:14 +0000 (10:37 -0400)
From-SVN: r26521

libf2c/ChangeLog
libf2c/Makefile.in

index 82259f00b557efbeb23057690c3eae0342fa7787..6c113971b627480330600c289169665d56b89800 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 Mon Apr 12 21:38:14 1999  Mumit Khan  <khan@xraylith.wisc.edu>
        
        * libF77/getenv_.c: Include stdlib.h.
index 7c8d880ea2097745943f84262893d514d0197588..886f7e2d8d56c4ce840191044d2f2f7edc1cae18 100644 (file)
@@ -139,12 +139,18 @@ $(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
          $(AR) $(AR_FLAGS) $(LIBG2C) $$objs
        $(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:
        cd libU77; $(MAKE) $(FLAGS_TO_PASS) all
 
This page took 0.062494 seconds and 5 git commands to generate.