Joshua Sumali wrote: > Attached patch puts files aot-compile-rm, aot-compile, and > rebuild-gcj-db into libjava/contrib. These files are taken from > java-gcj-compat and are intended to be available for packagers. This > is the second part of merging java-gcj-compat into libgcj (also see > sdk styled directory patch).
Do we really want to add these with a default installation?? In addition, aot-compile and rebuild-gcj-db behave nicely in that they honor --program-suffix and provide man pages. However, this patch does add a regression in that we now install share/python/aotcompile.py and share/python/classfile.py by default, poisoning global namespace. This is a problem we need to fix since it won't allow installing both GCC 4.4 and GCC 4.5 into the same prefix leveraging --program-suffix. Gerald