mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
f2c's -krd does not work with f77 wrapper
Closes PR # gnu/1101 Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
This commit is contained in:
parent
7d6b9e6c23
commit
4e20deaab3
1 changed files with 1 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ static struct compiler default_compilers[] =
|
|||
{"@f2c",
|
||||
"f2c %{checksubscripts:-C} %{I2} %{onetrip} %{honorcase:-U} %{u} %{w}\
|
||||
%{ANSIC:-A} %{a} %{C++}\
|
||||
%{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr}\
|
||||
%{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr} %{krd}\
|
||||
%{P} %{p} %{r} %{r8} %{s} %{w8} %{z} %{N*}\
|
||||
%i %{!pipe: -o %g.c} %{pipe:-o -}|\n",
|
||||
"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
||||
|
|
|
|||
Loading…
Reference in a new issue