This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: -classpath switch patch
Per Bothner <per@bothner.com> writes:
> Nic Ferrier wrote:
> > I can't see any reason for --wholeclasspath, it just seems to be
> > another confusing switch.
> >
> > However, without it the Makefile logic will have to be altered (as
> > opposed to just a search and replace of -CLASSPATH / -wholeclasspath).
>
> Whose Makefile logic? The only Makefiles that should be using
> either --wholeclasspath or --bootclasspath are the ones in libjava
> itself, and they can just use --bootclasspath, I think.
Those are the makefiles I meant.
You're probably right.
Nic