summaryrefslogtreecommitdiff
path: root/gcc/ch/lang-specs.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-21 18:10:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-21 18:10:29 +0000
commitccfaa228a9fc40ab3669a28cba40ec1843e5cc17 (patch)
tree98fe0f5d01f781e7931d7d4bceaf4857cad172e0 /gcc/ch/lang-specs.h
parent47e1a34eab66fe21822dc9a2da4efe4773245734 (diff)
downloadgcc-ccfaa228a9fc40ab3669a28cba40ec1843e5cc17.tar.gz
* lang-specs.h: Do not process -o or run the assembler if
-fsyntax-only. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35852 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/lang-specs.h')
-rw-r--r--gcc/ch/lang-specs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h
index 5b0b6b2f1b6..adedbffa871 100644
--- a/gcc/ch/lang-specs.h
+++ b/gcc/ch/lang-specs.h
@@ -26,5 +26,6 @@ Boston, MA 02111-1307, USA. */
{"@chill",
"tradcpp0 -lang-chill %{!no-gcc:-D__GNUCHILL__=%v1} %(cpp_options)\
%{!M:%{!MM:%{!E:%{!pipe:%g.i} |\n\
- cc1chill %{!pipe:%g.i} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\
- as %(asm_options) %{!pipe:%g.s} %A }}}}\n"},
+ cc1chill %{!pipe:%g.i} %(cc1_options)\
+ %{!fsyntax-only:%{!S:-o %{|!pipe:%g.s} |\n\
+ as %(asm_options) %{!pipe:%g.s} %A }}}}}\n"},