This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Disable libgcj and gprof on Linux/mips
HJ wrote:
> > Well, since a GC is an essential part of Java, then it doesn't work.
> > So the whole thing should be switched off.
> >
>
> I will check in this patch shortly.
FWIW, my preference for the trunk would be to still build everything except
for target-boehm-gc, and then force no gc in libjava/configure.host.
This lets us easily track regressions for mips linux while we fix up the gc
situation. If a release branch is created in the meanwhile we would simply
disable gcj for mips linux.
Would anyone object to this strategy?
AG