diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-06 13:37:50 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-06 13:37:50 +0000 |
commit | 268021d4f7d0be48b7cc0359a729effa556b3008 (patch) | |
tree | 880fc3b1009eacacecfb8094f5edcf1d869304fd /gcc/cp/lang-specs.h | |
parent | a10903310bcf96d9bdb440c605bd57207c4a64c2 (diff) | |
download | gcc-268021d4f7d0be48b7cc0359a729effa556b3008.tar.gz |
* lang-specs.h (as): Don't call if -syntax-only.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32359 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r-- | gcc/cp/lang-specs.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 19b7316ca77..c3a81b142df 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -1,5 +1,6 @@ /* Definitions for specs for C++. - Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. @@ -62,9 +63,9 @@ Boston, MA 02111-1307, USA. */ %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\ - %{!S:as %a %Y\ + %{!S:%{!fsyntax-only:as %a %Y\ %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\ - %{!pipe:%g.s} %A\n }}}}"}}, + %{!pipe:%g.s} %A\n }}}}}"}}, #else /* ! USE_CPPLIB */ {"cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\ %{C:%{!E:%eGNU C++ does not support -C without using -E}}\ @@ -86,9 +87,9 @@ Boston, MA 02111-1307, USA. */ %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\ - %{!S:as %a %Y\ + %{!S:%{!fsyntax-only:as %a %Y\ %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\ - %{!pipe:%g.s} %A\n }}}}"}}, + %{!pipe:%g.s} %A\n }}}}}"}}, #endif /* ! USE_CPPLIB */ {".ii", {"@c++-cpp-output"}}, {"@c++-cpp-output", |