OSDN Git Service

2000-07-18 Jeff Sturm <jeff.sturm@appnet.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jul 2000 12:59:13 +0000 (12:59 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jul 2000 12:59:13 +0000 (12:59 +0000)
* 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

gcc/java/ChangeLog
gcc/java/lang-specs.h

index 1f8fd18..da559bb 100644 (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.
index d912724..c18d9bf 100644 (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 }}"},