lang-specs.h: Added %(jc1) to java compiler options.
authorJeff Sturm <jeff.sturm@appnet.com>
Wed, 19 Jul 2000 12:59:13 +0000 (12:59 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 19 Jul 2000 12:59:13 +0000 (12:59 +0000)
2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>

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

From-SVN: r35130

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

index 1f8fd18a7e2d5681843392df6dd6d9051b68fc93..da559bb1ffdd4117211ca2c30840af2ee29df5a6 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 d912724dc30254394aaf15b75aa470fee5810cd4..c18d9bfd98b7ef64d75b9bc41e4655cbb7f7b683 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 }}"},