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
On Thu, Jul 26, 2001 at 06:02:19PM +0200, Rainer Orth wrote:
> "H . J . Lu" <hjl@lucon.org> writes:
>
> > On Wed, Jul 25, 2001 at 11:13:35AM -0600, Tom Tromey wrote:
> > > >>>>> "HJ" == H J Lu <hjl@lucon.org> writes:
> > >
> > > HJ> I don't think you can compile libgcj on any mips target today.
> > >
> > > Rainer Orth has been doing a lot of work to get libgcj to build on
> > > Irix 6.5. That's a MIPS box.
>
> indeed: make check in boehm-gc works for me on mips-sgi-irix6.2/6.5 (both
> N32 and N64; native as only, gas doesn't support that platform) and
> mips-sgi-irix5.3 (both native as and gas) (built on IRIX 6.2), so either
> gctest is wrong, or the problems are not as serious as you think.
>
I haven't been able to bootstrap trunk on IRIX 6.5 for the last few
days. I will add --enable-libgcj when trunk is working again.
H.J.