This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: update 4.3 changes for gcj
Tom Tromey writes:
> >>>>> "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.
We could just call zip directly.
Andrew.