lang-specs.h: Added %(jc1) to java compiler options.

2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>

	* lang-specs.h: Added %(jc1) to java compiler options.

From-SVN: r35130
This commit is contained in:
Jeff Sturm 2000-07-19 12:59:13 +00:00 committed by Tom Tromey
parent 456183bbea
commit ca2875c40b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-18 Jeff Sturm <jeff.sturm@appnet.com>
* lang-specs.h: Added %(jc1) to java compiler options.
2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
* .cvsignore: New file.

View File

@ -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 }}"},