diff options
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/lang-specs.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 7fe0183..425f801 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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. diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index 7ebbfb9..2e571e9 100644 --- a/gcc/java/lang-specs.h +++ b/gcc/java/lang-specs.h @@ -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 }}}"}, |