diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-10-22 16:11:53 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-10-22 16:11:53 -0700 |
commit | 1938bea67ecff1bbb892e9f24d2e9cc5c21161db (patch) | |
tree | 85373e77f6e19e55a39db7b40a2be5d9f9ae2810 /gcc/java/lang-specs.h | |
parent | 172b2240e287ed6ce7afe2643456c192e9f21759 (diff) | |
download | gcc-1938bea67ecff1bbb892e9f24d2e9cc5c21161db.zip gcc-1938bea67ecff1bbb892e9f24d2e9cc5c21161db.tar.gz gcc-1938bea67ecff1bbb892e9f24d2e9cc5c21161db.tar.bz2 |
jvspecs.c: Add (but don't enable) support for combining multiple .class and .java input...
�
* jvspecs.c: Add (but don't enable) support for combining multiple
.class and .java input filenames to a single jc1 invocation.
Add support for -C flag (copile to .class files).
Translate -classpath and -CLASSPATH arguments.
* lang-specs.h: Don't set %2 spec.
From-SVN: r23238
Diffstat (limited to 'gcc/java/lang-specs.h')
-rw-r--r-- | gcc/java/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index 190a44c..726f313 100644 --- a/gcc/java/lang-specs.h +++ b/gcc/java/lang-specs.h @@ -27,7 +27,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ {".java", {"@java"} }, {".class", {"@java"} }, {"@java", - {"%{!E:jc1 %i %1 %2 %{!Q:-quiet} %{d*} %{m*} %{a}\ + {"%{!E:jc1 %i %1 %{!Q:-quiet} %{d*} %{m*} %{a}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\ %{traditional} %{v:-version} %{pg:-p} %{p}\ %{f*} %{+e*} %{aux-info*}\ |