diff options
author | Nix <nix@esperi.demon.co.uk> | 2000-08-21 18:12:24 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-21 12:12:24 -0600 |
commit | 05a3d06e010e84758cd0ef4cee4a1b40aa3ef505 (patch) | |
tree | ff215fbaa9e457ee500a62cbd58e5883dffdc8b7 /gcc/java/lang-specs.h | |
parent | b7ba649aeb3278ed73ef65b0ab1d3ee13c07be85 (diff) | |
download | gcc-05a3d06e010e84758cd0ef4cee4a1b40aa3ef505.zip gcc-05a3d06e010e84758cd0ef4cee4a1b40aa3ef505.tar.gz gcc-05a3d06e010e84758cd0ef4cee4a1b40aa3ef505.tar.bz2 |
lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.
* lang-specs.h: Do not process -o or run the assembler if
-fsyntax-only.
From-SVN: r35853
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 c18d9bf..7ebbfb9 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 }}}"}, |