summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-07-24 07:13:57 +0000
committerphk <phk@FreeBSD.org>1998-07-24 07:13:57 +0000
commit2e8d660a6e06bae5d9351ab209a17e5bdb4803fa (patch)
tree4149006a43a57f005f52162147338562ea5d062a /gnu
parent5b6f7049f1d88502a7f525ad2111dc54bc0c5aa3 (diff)
downloadFreeBSD-src-2e8d660a6e06bae5d9351ab209a17e5bdb4803fa.zip
FreeBSD-src-2e8d660a6e06bae5d9351ab209a17e5bdb4803fa.tar.gz
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 <kargl@troutmask.apl.washington.edu>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc/f2c-specs.h2
1 files changed, 1 insertions, 1 deletions
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}}\
OpenPOWER on IntegriCloud