diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-06 21:55:39 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-06 21:55:39 +0000 |
commit | 3a745bb541e9aaeb2eea6fc5521e2d97b55d45ab (patch) | |
tree | ade5da55d54add5cde6e4d5d53f237a4c8ee951b /gcc/java/lang-specs.h | |
parent | 3fe82434210c4175f17c7edcaf6136dfc9c12adb (diff) | |
download | gcc-3a745bb541e9aaeb2eea6fc5521e2d97b55d45ab.tar.gz |
* lang-specs.h: Also recognize `-femit-class-files'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36212 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-specs.h')
-rw-r--r-- | gcc/java/lang-specs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index 7ebbfb9dbe5..2e571e9df13 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 }}}"}, |