BSD 4 release
[unix-history] / usr / src / cmd / f77 / drivedefs
CommitLineData
853979d9
BJ
1/*
2 Definitions for Fortran 77 Compiler driver
3 For the VAX, Running on the VAX,
4 using the second pass of the Portable C compiler as code generator.
5*/
6
7#if HERE!=VAX || TARGET!=VAX || FAMILY!=PCC
8 Wrong Definitions File!
9#endif
10
11#define PASS1NAME "/usr/lib/f77pass1"
12#define PASS2NAME "/lib/f1"
13#define PASS2OPT "/lib/c2"
14#define ASMNAME "/bin/as"
15#define LDNAME "/bin/ld"
16#define FOOTNAME "/lib/crt0.o"
17#define PROFFOOT "/lib/mcrt0.o"
18#define TEMPPREF "fort"
19
20static char *liblist [ ] = { "-lF77", "-lI77", "-lm", "-lc", NULL };