* lang-specs.h: Also recognize `-femit-class-files'.
authorTom Tromey <tromey@cygnus.com>
Wed, 6 Sep 2000 21:55:39 +0000 (21:55 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 6 Sep 2000 21:55:39 +0000 (21:55 +0000)
From-SVN: r36212

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

index 7fe01831e138b7f07ee7189e67309dd8643eab3f..425f8011548703e73ed8c7d94a5c460447fd550b 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-06  Tom Tromey  <tromey@cygnus.com>
+
+       * lang-specs.h: Also recognize `-femit-class-files'.
+
 2000-09-02  Anthony Green  <green@redhat.com>
 
        * jcf-io.c: Include zlib.h.
index 7ebbfb9dbe53015282ac4cf75344835da65da888..2e571e9df131b32fa0ddb1f4ba5034065dbf76e5 100644 (file)
@@ -30,7 +30,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
   {".zip",    "@java" },
   {".jar",    "@java" },
   {"@java",
-   "%{fjni:%{femit-class-file:%e-fjni and -femit-class-file are incompatible}}\
+   "%{fjni:%{femit-class-files:%e-fjni and -femit-class-files are incompatible}}\
+    %{fjni:%{femit-class-file:%e-fjni and -femit-class-file are incompatible}}\
     %{!E:jc1 %i %(jc1) %(cc1_options) %{+e*} %{I*} %{MD} %{MMD} %{M} %{MM}\
              %{!fsyntax-only:%{!S:-o %{|!pipe:%g.s} |\n\
     as %(asm_options) %{!pipe:%g.s} %A }}}"},