From 71a451aefb131e5de8e0af427f0a4ffc80a0aa93 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 13 Jul 2000 18:25:37 +0000 Subject: * lang-specs.h: Added %{I*}. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@35018 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/lang-specs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/lang-specs.h') 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 }}"}, -- cgit v1.2.3