This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [gcj-eclipse-merge-branch] fix cross-build configury/makery


>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:

Mohan> It won't run on Windows because:the argument to -fbootclasspath
Mohan> passed to jc1 and ecj1 can have spaces in it, which isn't being
Mohan> quoted properly and because we unconditionally use ":" instead
Mohan> of the system path separator to separate classpath entries.
Mohan> I'll dig into this but if anyone's listening right now and can
Mohan> tell me offhand where this is happening, I'd be grateful.

gcc/java/jvspec.c:lang_specific_driver()

This munges the command line arguments a little before specs
processing.

Tom


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