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: Patch: update 4.3 changes for gcj


Tom Tromey wrote:
"Paolo" == Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:

Paolo> Actually, the fact that "jar" is not needed anymore to build libgcj Paolo> (right?), and that many .jar files are distributed together with Paolo> libgcj, could give motivation to finally include Classpath's jar Paolo> implementation in libgcj (both as source and as a .jar file) instead Paolo> of my script. Even though I love that script. :-P

We do now build and install Classpath's jar.
However, we still need a bootstrap jar to build libgcj.jar.
So, we can't get rid of the script.

Oh, I see now that you distribute the .class files and use them to build libgcj.jar. Is there a reason why you cannot checkin only the JAR file instead? JAR files compress a file at a time, so the deltas between two revisions would not be much bigger than the cumulative deltas between the class files. OTOH, I can imagine that it's tricky to get the dependencies right in the Makefile.


Paolo


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