delete libg.a
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 5 Apr 1990 05:47:27 +0000 (21:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 5 Apr 1990 05:47:27 +0000 (21:47 -0800)
SCCS-vsn: old/pcc/cc/cc.c 4.20
SCCS-vsn: usr.bin/f77/f77.tahoe/f77.c 5.4
SCCS-vsn: usr.bin/f77/f77.vax/f77.c 5.7

usr/src/old/pcc/cc/cc.c
usr/src/usr.bin/f77/f77.tahoe/f77.c
usr/src/usr.bin/f77/f77.vax/f77.c

index 644b1ee..dba83b0 100644 (file)
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#)cc.c 4.19 %G%";
+static char sccsid[] = "@(#)cc.c 4.20 %G%";
 /*
  * cc - front end for C compiler
  */
 /*
  * cc - front end for C compiler
  */
@@ -286,8 +286,6 @@ nocom:
                }
                while (i < nl)
                        av[na++] = llist[i++];
                }
                while (i < nl)
                        av[na++] = llist[i++];
-               if (gflag || Gflag)
-                       av[na++] = "-lg";
                if (proflag)
                        av[na++] = "-lc_p";
                else
                if (proflag)
                        av[na++] = "-lc_p";
                else
index 2945471..561926b 100644 (file)
@@ -801,8 +801,6 @@ register char *v0[], *v[];
 char **p;
 int waitpid;
 
 char **p;
 int waitpid;
 
-if(sdbflag)
-       *v++ = "-lg";
 if (profileflag)
        {
        for(p = p_liblist ; *p ; *v++ = *p++)
 if (profileflag)
        {
        for(p = p_liblist ; *p ; *v++ = *p++)
index 0f1d971..2b4b3f8 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)f77.c      5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)f77.c      5.7 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -842,8 +842,6 @@ register char *v0[], *v[];
 char **p;
 int waitpid;
 
 char **p;
 int waitpid;
 
-if(sdbflag)
-       *v++ = "-lg";
 if (profileflag)
        {
        for(p = p_liblist ; *p ; *v++ = *p++)
 if (profileflag)
        {
        for(p = p_liblist ; *p ; *v++ = *p++)