From 2e8d660a6e06bae5d9351ab209a17e5bdb4803fa Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 24 Jul 1998 07:13:57 +0000 Subject: During compilation of a Fortran program f2c/f77 will spew the name of entry points, functions, subroutines, and program to stderr error. The enclosed patches do 3 things: (1) Silenced the output to stderr. (2) Added a -v option to f2c and f77. This will turn on a verbose mode, and dumps quite a bit of stuff to stderr. (3) Updated the f2c man page. PR: 7369 Submitted by: Steven G. Kargl --- gnu/usr.bin/cc/cc/f2c-specs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc/f2c-specs.h b/gnu/usr.bin/cc/cc/f2c-specs.h index 0874d54..aafab0e 100644 --- a/gnu/usr.bin/cc/cc/f2c-specs.h +++ b/gnu/usr.bin/cc/cc/f2c-specs.h @@ -4,7 +4,7 @@ "f2c %{checksubscripts:-C} %{I2} %{onetrip} %{honorcase:-U} %{u} %{w}\ %{ANSIC:-A} %{a} %{C++}\ %{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr} %{krd}\ - %{P} %{p} %{r} %{r8} %{s} %{w8} %{z} %{N*}\ + %{P} %{p} %{v} %{r} %{r8} %{s} %{w8} %{z} %{N*}\ %i %{!pipe: -o %g.c} %{pipe:-o -}|\n", "cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\ %{C:%{!E:%eGNU C does not support -C without using -E}}\ -- cgit v1.1