This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: [IRIX 6.2] Different versions of gc_priv.h break libgcj 2.95 compilation
- To: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
- Subject: Re: [IRIX 6.2] Different versions of gc_priv.h break libgcj 2.95 compilation
- From: Tom Tromey <tromey@cygnus.com>
- Date: Thu, 19 Aug 1999 11:33:17 -0700
- Cc: java-patches@sourceware.cygnus.com
- References: <14255.28022.825784.863583@xayide.TechFak.Uni-Bielefeld.DE>
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> libjava/boehm.cc fails to compile on IRIX 6.2 with gcj 2.95:
Rainer> There's already a check for this MIPSpro CC specific function
Rainer> in boehm-gc/include/private/gc_priv.h, but this (among other
Rainer> changes) hasn't been merged back into the toplevel gc_priv.h.
Rainer> The following patch fixes this.
I checked this in.
Thanks.
Tom