diff options
author | joerg <joerg@FreeBSD.org> | 1996-03-27 07:46:04 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-03-27 07:46:04 +0000 |
commit | d210241fb1f1c4f42394356f91a05378c52ec08e (patch) | |
tree | 1376ba218527d085ee3084403646160c64a539f4 | |
parent | f24e7bc7c0438f19ca3b75d09ba4581e74597800 (diff) | |
download | FreeBSD-src-d210241fb1f1c4f42394356f91a05378c52ec08e.zip FreeBSD-src-d210241fb1f1c4f42394356f91a05378c52ec08e.tar.gz |
f2c's -krd does not work with f77 wrapper
Closes PR # gnu/1101
Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
-rw-r--r-- | gnu/usr.bin/cc/cc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc/gcc.c b/gnu/usr.bin/cc/cc/gcc.c index 152c579..43ea4a7 100644 --- a/gnu/usr.bin/cc/cc/gcc.c +++ b/gnu/usr.bin/cc/cc/gcc.c @@ -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\ |