jvspecs.c: Add (but don't enable) support for combining multiple .class and .java...
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 22 Oct 1998 23:11:51 +0000 (16:11 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 22 Oct 1998 23:11:51 +0000 (16:11 -0700)
commit172b2240e287ed6ce7afe2643456c192e9f21759
tree5969efd23d8550b1599105884fa77d21e075f366
parent61719ba72ea174211d594e8856d157fa96c9756f
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: r23237
gcc/java/ChangeLog