summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-19 12:59:13 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-19 12:59:13 +0000
commit1711567b407f5cdf445ac4028dff85e22500be53 (patch)
tree19fc7affdef8ac08d6020aaabfbd4ee57c48a887 /gcc/java
parent00627eeb1c9caf283e555431a19394fe3ac0349c (diff)
downloadgcc-1711567b407f5cdf445ac4028dff85e22500be53.tar.gz
2000-07-18 Jeff Sturm <jeff.sturm@appnet.com>
* lang-specs.h: Added %(jc1) to java compiler options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35130 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/lang-specs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 1f8fd18a7e2..da559bb1ffd 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-18 Jeff Sturm <jeff.sturm@appnet.com>
+
+ * lang-specs.h: Added %(jc1) to java compiler options.
+
2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
* .cvsignore: New file.
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h
index d912724dc30..c18d9bfd98b 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*} %{I*} %{MD} %{MMD} %{M} %{MM}\
+ %{!E:jc1 %i %(jc1) %(cc1_options) %{+e*} %{I*} %{MD} %{MMD} %{M} %{MM}\
%{!S:-o %{|!pipe:%g.s} |\n\
as %(asm_options) %{!pipe:%g.s} %A }}"},