summaryrefslogtreecommitdiff
path: root/gcc/java/lang-specs.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-13 18:25:37 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-13 18:25:37 +0000
commitf85ebe59fbb2aa47aa6d3671687c19295ca80a79 (patch)
tree459d2e71b69887ae82c69e2f0d2cb7337f225fc7 /gcc/java/lang-specs.h
parent7ecc63d3781a81e0e02174492d98900d9d21a3a1 (diff)
downloadgcc-f85ebe59fbb2aa47aa6d3671687c19295ca80a79.tar.gz
* lang-specs.h: Added %{I*}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-specs.h')
-rw-r--r--gcc/java/lang-specs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h
index c03301852dc..d912724dc30 100644
--- a/gcc/java/lang-specs.h
+++ b/gcc/java/lang-specs.h
@@ -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*} %{MD} %{MMD} %{M} %{MM}\
+ %{!E:jc1 %i %(cc1_options) %{+e*} %{I*} %{MD} %{MMD} %{M} %{MM}\
%{!S:-o %{|!pipe:%g.s} |\n\
as %(asm_options) %{!pipe:%g.s} %A }}"},