This is the mail archive of the java@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] |
Andrew> gcj does this if you are having it generate .class files (-C) and you Andrew> give it a -d flag
Hmm, I thought it didn't do this.
Andrew> Is having gcj automatically compile necessary complements Andrew> hypothetically possible, or does it violate some ancient Andrew> deeply held religious superstition? If it were to be doable, I Andrew> don't suppose there is any chance that it might sneak its way Andrew> into GCJ-4?
I think the problem is that this is something that would have to be
handled by the gcc driver, say by invoking jc1 and as multiple times.
I don't think this can be done purely in gcj.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |