diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-13 02:38:00 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-13 02:38:00 +0000 |
commit | 2b85cfb394a28a018a7c099b78ee453cf49aa8fe (patch) | |
tree | 9ad84850ffda577b8786da8afc49ea63b0bdf20e /gcc/f/lang-specs.h | |
parent | 066397a38231426daa5d63900e2f907c789e79d3 (diff) | |
download | gcc-2b85cfb394a28a018a7c099b78ee453cf49aa8fe.tar.gz |
* g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not
GNU CC. Especially here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/lang-specs.h')
-rw-r--r-- | gcc/f/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 46a45286a35..3c8c8e15317 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -35,8 +35,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0}, {".r", "@ratfor", 0}, {"@ratfor", - "%{C:%{!E:%eGNU C does not support -C without using -E}}\ - %{CC:%{!E:%eGNU C does not support -CC without using -E}}\ + "%{C:%{!E:%eGCC does not support -C without using -E}}\ + %{CC:%{!E:%eGCC does not support -CC without using -E}}\ ratfor %{C} %{CC} %{v} %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} %i |\n\ f771 %m.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}", 0}, {".f", "@f77", 0}, |