This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the EGCS project.
Re: gcc-2.95 RPM specfile for the contrib dir
- To: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
- Subject: Re: gcc-2.95 RPM specfile for the contrib dir
- From: "Rod m. Stewart" <stewart@nexus.carleton.ca>
- Date: Fri, 16 Jul 1999 22:53:22 -0400 (EDT)
- cc: Horst von Brand <vonbrand@inf.utfsm.cl>, egcs-patches@egcs.cygnus.com, gafton@redhat.com
On Fri, 16 Jul 1999, Franz Sirl wrote:
> At 16:41 16.07.99 , Horst von Brand wrote:
> >The Java stuff doesn't work without the Java library, you'd have to add
> >that (as a separate source).
>
> Yeah, on my to-do list... What's the status of libgcj? Is it
> usable/compilable without problems?
libgcj needs a number of patches for ARM Linux (well from the
libgcj-snapshot-1999-06-23 snapshot anyway). I have one zip, and half of
the one for boehm-gc, just not the assembly part of this one for garbage
collection. Although I believe someone else may be working on this.
> >I don't think it is wise to require the latest beta of binutils.
>
> Oops, this is a requirement for PPC (and probably ARM). Probably should be
> wrapped with %ifarch for different architectures.
>
> %ifarch ppc arm
> Requires: binutils >= 2.9.4.0.8
> %else
> Requires: binutils >= 2.9.1.0.25
> %endif
Red Hat 6.0 shipped with binutils 2.9.1.0.23, so you might want that one.
I use binutils 2.9.1.0.23 on Linux ARM (armv4l), without all that many
problems. Not certain if I'll upgrade to 2.9.4 before I do my next
release of Titan.
-Rms