diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-21 18:12:24 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-21 18:12:24 +0000 |
commit | fe382a1764405446d4c4c307ef264fd7e9f711aa (patch) | |
tree | ff215fbaa9e457ee500a62cbd58e5883dffdc8b7 /gcc/java/lang-specs.h | |
parent | ccfaa228a9fc40ab3669a28cba40ec1843e5cc17 (diff) | |
download | gcc-fe382a1764405446d4c4c307ef264fd7e9f711aa.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@35853 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-specs.h')
-rw-r--r-- | gcc/java/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index c18d9bfd98b..7ebbfb9dbe5 100644 --- a/gcc/java/lang-specs.h +++ b/gcc/java/lang-specs.h @@ -32,5 +32,5 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ {"@java", "%{fjni:%{femit-class-file:%e-fjni and -femit-class-file are incompatible}}\ %{!E:jc1 %i %(jc1) %(cc1_options) %{+e*} %{I*} %{MD} %{MMD} %{M} %{MM}\ - %{!S:-o %{|!pipe:%g.s} |\n\ - as %(asm_options) %{!pipe:%g.s} %A }}"}, + %{!fsyntax-only:%{!S:-o %{|!pipe:%g.s} |\n\ + as %(asm_options) %{!pipe:%g.s} %A }}}"}, |