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
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Subject: Re: PATCH: Disable libgcj and gprof on Linux/mips
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Wed, 1 Aug 2001 22:30:09 -0700
- Cc: Tom Tromey <tromey at redhat dot com>, gcc at gcc dot gnu dot org
- References: <20010724160940.A28320@lucon.org> <87u201q34n.fsf@creche.redhat.com> <20010724164917.A29040@lucon.org> <87wv4xx77k.fsf@creche.redhat.com> <20010725095410.A12404@lucon.org> <ydd7kwvptkk.fsf@xayide.TechFak.Uni-Bielefeld.DE> <20010727082505.A24253@lucon.org> <15201.35019.687961.474907@xayide.TechFak.Uni-Bielefeld.DE> <20010727084135.B24324@lucon.org>
On Fri, Jul 27, 2001 at 08:41:35AM -0700, H . J . Lu wrote:
> On Fri, Jul 27, 2001 at 05:29:15PM +0200, Rainer Orth wrote:
> > H . J . Lu writes:
> >
> > > 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.
> >
> > Because of this constant row of problems with the trunk, and since I want
> > some of my fixes to go into GCC 3.0.x, I've avoided the trunk for months
> > and do all of my work on the branch. I've thus no idea if IRIX 6 works on
> > the trunk, though all my IRIX patches, tested on the branch, go into the
> > trunk as well.
>
With gcc 3.0.1 from CVS, on Irix 65, I got
/home/hjl/work/gnu/src/gcc-3.0/gcc/boehm-gc/hpux_irix_threads.c:660:
conflicting
types for `GC_collecting'
/home/hjl/work/gnu/src/gcc-3.0/gcc/boehm-gc/gc_priv.h:648: previous
declaration
of `GC_collecting'
make[3]: *** [hpux_irix_threads.lo] Error 1
I used
# /home/hjl/work/gnu/src/gcc-3.0/gcc/configure --disable-multilib --enable-libgcj
It the same problem as
http://gcc.gnu.org/ml/gcc/2001-07/msg01661.html
H.J.