diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-19 12:59:13 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-19 12:59:13 +0000 |
commit | 1711567b407f5cdf445ac4028dff85e22500be53 (patch) | |
tree | 19fc7affdef8ac08d6020aaabfbd4ee57c48a887 /gcc/java/lang-specs.h | |
parent | 00627eeb1c9caf283e555431a19394fe3ac0349c (diff) | |
download | gcc-1711567b407f5cdf445ac4028dff85e22500be53.tar.gz |
2000-07-18 Jeff Sturm <jeff.sturm@appnet.com>
* lang-specs.h: Added %(jc1) to java compiler options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35130 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-specs.h')
-rw-r--r-- | gcc/java/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index d912724dc30..c18d9bfd98b 100644 --- a/gcc/java/lang-specs.h +++ b/gcc/java/lang-specs.h @@ -31,6 +31,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ {".jar", "@java" }, {"@java", "%{fjni:%{femit-class-file:%e-fjni and -femit-class-file are incompatible}}\ - %{!E:jc1 %i %(cc1_options) %{+e*} %{I*} %{MD} %{MMD} %{M} %{MM}\ + %{!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 }}"}, |