diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-08 18:48:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-08 18:48:40 +0000 |
| commit | a32192cc4fc6e8b253dbb4428778d4eef457dfa4 (patch) | |
| tree | 17e9a0956b0d09895c904c60649bb9002ebc422d /gnu/usr.bin/cc/f77 | |
| parent | 2dda9fe910b32db7f56985176457987928cfbfdb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/f77')
| -rw-r--r-- | gnu/usr.bin/cc/f77/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile index 8dda51e716fe..da5e79a9b8c7 100644 --- a/gnu/usr.bin/cc/f77/Makefile +++ b/gnu/usr.bin/cc/f77/Makefile @@ -10,6 +10,7 @@ SRCS= gcc.c g77spec.c version.c CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" +CFLAGS+= -DFORTRAN_INIT=\"-lg2c\" DPADD= ${LIBCC_INT} LDADD= ${LIBCC_INT} |
