This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Convert java/ to use opts.c


Tom Tromey wrote:-

> >>>>> "Neil" == Neil Booth <neil@daikokuya.co.uk> writes:
> 
> Neil> This patch gets java/ to use opts.c, and also contains some simple
> Neil> constification that entails.
> 
> While building Classpath I now see this:
> 
> /home/tromey/gnu/Trunk/install/bin/gcj --bootclasspath '' -classpath ../../classpath:../../classpath/external/jaxp/source:../vm/current:.: -C -d . @classes
> jc1: error: missing argument to "-fbootclasspath="
> 
> It does make sense to pass an empty argument to --bootclasspath.
> 
> The appended fixes it.  It also cleans up the indentation a bit.  Ok?

Sure, thanks!  I think I'll add a generic ability to take an empty
argument.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]