add libcompat to library list for [efg]cvt routines
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 31 Aug 1990 03:23:28 +0000 (19:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 31 Aug 1990 03:23:28 +0000 (19:23 -0800)
SCCS-vsn: usr.bin/f77/f77.vax/pathnames.h 5.3

usr/src/usr.bin/f77/f77.vax/pathnames.h

index 417f892..e0a701a 100644 (file)
 #define        GPRFFOOT        "/usr/lib/gcrt0.o"
 #define TEMPPREF       "fort"
 
 #define        GPRFFOOT        "/usr/lib/gcrt0.o"
 #define TEMPPREF       "fort"
 
-static char *liblist [ ] =
-               { "-lU77", "-lF77", "-lI77", "-lm", "-lc", NULL };
-static char *p_liblist [ ] =
-               { "-lU77_p", "-lF77_p", "-lI77_p", "-lm_p", "-lc_p", NULL };
+static char *liblist [] = {
+       "-lU77",
+       "-lF77",
+       "-lI77",
+       "-lm",
+       "-lc",
+       "-lcompat",
+       NULL
+};
+static char *p_liblist [] = {
+       "-lU77_p",
+       "-lF77_p",
+       "-lI77_p",
+       "-lm_p",
+       "-lc_p",
+       "-lcompat_p",
+       NULL
+};
 
 #include <paths.h>
 
 
 #include <paths.h>