This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: -classpath switch patch
- From: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- To: tromey at redhat dot com
- Cc: apbianco at cygnus dot com, java-patches at gcc dot gnu dot org
- Date: 20 Feb 2002 19:02:46 +0000
- Subject: Re: -classpath switch patch
- References: <3C70D730.4000604@jatak.com> <3C7142F0.6050003@bothner.com><3C7169EE.4040903@waitaki.otago.ac.nz><87664u1kfx.fsf_-_@tf1.tapsellferrier.co.uk><3C7185DB.6040301@waitaki.otago.ac.nz> <3C718A7F.1060501@bothner.com><873czy1gxg.fsf@tf1.tapsellferrier.co.uk><15473.41698.385817.823287@makita.cygnus.com><87r8niz2pp.fsf@tf1.tapsellferrier.co.uk><3C71A5AF.2010608@waitaki.otago.ac.nz><15473.43041.412371.618641@makita.cygnus.com><87k7t8xmmb.fsf@tf1.tapsellferrier.co.uk><87n0y4knnd.fsf@creche.redhat.com>
Tom Tromey <tromey@redhat.com> writes:
> >>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
>
> Nic> Attached is the patch for the classpath switch stuff.
>
> I'm curious why you changed from --bootclasspath to --CLASSPATH.
Becaue Per didn't want to use -bootclasspath for something that
didn't do exactly what Sun's -bootclasspath does. I think he's
probably right.
> Won't we now need to update libjava/Makefile.am to use --CLASSPATH? I
> think we do. Could you make this change? It is pre-approved once the
> compiler change is ok (assuming it doesn't break the build or
> something).
Ok. I'll look into doing that. Having said that I did a fresh
build from CVS with my patches in (this morning) and it seemed to work
ok.
I'm doing another build to double check - once I've finished I'll check
everything in.
Nic