diff options
author | Tom Tromey <tromey@cygnus.com> | 2000-09-06 21:55:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-09-06 21:55:39 +0000 |
commit | f0bee8b3f04e7c4cecd19c90d483659a1739047f (patch) | |
tree | ade5da55d54add5cde6e4d5d53f237a4c8ee951b /gcc | |
parent | 5638268e4d699fe33f71b7f9dc95c50de6e6fa60 (diff) | |
download | gcc-f0bee8b3f04e7c4cecd19c90d483659a1739047f.zip gcc-f0bee8b3f04e7c4cecd19c90d483659a1739047f.tar.gz gcc-f0bee8b3f04e7c4cecd19c90d483659a1739047f.tar.bz2 |
* lang-specs.h: Also recognize `-femit-class-files'.
From-SVN: r36212
Diffstat (limited to 'gcc')
-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 }}}"}, |