This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: PR libjava/32078: Update libtool in classpath
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, Classpath Patches <classpath-patches at gnu dot org>
- Date: Tue, 29 May 2007 10:47:05 +0100
- Subject: Re: PATCH: PR libjava/32078: Update libtool in classpath
- References: <20070527182203.GA12846@lucon.org> <20070527182317.GA21785@lucon.org>
H. J. Lu writes:
> On Sun, May 27, 2007 at 11:22:03AM -0700, H. J. Lu wrote:
> > When libtool in gcc updated, libtool in classpath is out of sync
> > and classpath failed to build inside libjava. This patch copies
> > the new libtool from gcc toplevel with the modified libtool.m4:
> >
> > http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01820.html
> >
> > With this patch plus a kludge:
> >
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32078#c12
> >
> > I can build libjava on Linux/x86-64.
>
> It helps when I enclose the patch :-).
libtool in classpath is imported from upstream, so importing it here
would be a fork. This needs to go to Classpath Patches <classpath-patches@gnu.org>.
Andrew.