diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-25 07:22:42 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-25 07:22:42 +0000 |
commit | cd2f566a7bdae9ff3cdcb51649b742fbf84fa797 (patch) | |
tree | c3c5ea0c8a9e10ac366a289bc35880e42caa6381 /gcc/f/lang-specs.h | |
parent | 49c01eadb82f63c93aefb67c37766d09a7706d78 (diff) | |
download | gcc-cd2f566a7bdae9ff3cdcb51649b742fbf84fa797.tar.gz |
* lang-specs.h: Pass cc1 spec to f771.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28843 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/lang-specs.h')
-rw-r--r-- | gcc/f/lang-specs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index b4492a6327d..b41956d8eb2 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -45,7 +45,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA %{ffast-math:-D__FAST_MATH__}\ %{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\ %i %{!M:%{!MM:%{!E:%{!pipe:%g.i}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |\n", - "%{!M:%{!MM:%{!E:f771 %{!pipe:%g.i} %(f771) \ + "%{!M:%{!MM:%{!E:f771 %{!pipe:%g.i} %1 %(f771) \ %{!Q:-quiet} -dumpbase %b.F %{d*} %{m*} %{a*}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} \ %{v:-version -fversion} %{pg:-p} %{p} %{f*} %{I*}\ @@ -60,7 +60,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {"ratfor %{C} %{v}\ %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{!E:%{!pipe:-o %g.f}}%{E:%W{o*}} %i |\n", - "%{!E:f771 %{!pipe:%g.f} %(f771) \ + "%{!E:f771 %{!pipe:%g.f} %1 %(f771) \ %{!Q:-quiet} -dumpbase %b.r %{d*} %{m*} %{a*}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} \ %{v:-version -fversion} %{pg:-p} %{p} %{f*} %{I*}\ @@ -74,7 +74,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {".for", {"@f77"}}, {".FOR", {"@f77"}}, {"@f77", - {"%{!M:%{!MM:%{!E:f771 %i %(f771) \ + {"%{!M:%{!MM:%{!E:f771 %i %1 %(f771) \ %{!Q:-quiet} -dumpbase %b.f %{d*} %{m*} %{a*}\ %{g*} %{O*} %{W*} %{w} %{pedantic*}\ %{v:-version -fversion} %{pg:-p} %{p} %{f*} %{I*}\ @@ -95,7 +95,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA %{ffast-math:-D__FAST_MATH__}\ %{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z \ /dev/null /dev/null \n\ - f771 -fnull-version %(f771) \ + f771 -fnull-version %1 %(f771) \ %{!Q:-quiet} -dumpbase g77-version.f %{d*} %{m*} %{a*} \ %{g*} %{O*} %{W*} %{w} %{pedantic*} \ -version -fversion %{f*} %{I*} -o %g.s /dev/null \n\ |