This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: make in libjava uses wrong specs to build libgcj...
- From: "H. J. Lu" <hjl at lucon dot org>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java at gcc dot gnu dot org, GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Thu, 2 Sep 2004 16:21:08 -0700
- Subject: Re: make in libjava uses wrong specs to build libgcj...
- References: <4137A4D7.6080205@avtrex.com>
On Thu, Sep 02, 2004 at 03:55:19PM -0700, David Daney wrote:
> I have an existing build of libgcj installed. Then I changed
> libgcj.spec and rebuilt. In the rebuild libgcj gets built with the
> libgcj.spec of the previous install instead of the modified version in
> target/libjava/libgcj.spec.
>
> It took me a while to figure out why the new specs were not being used.
>
I believe it is the same bug as
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17290
H.J.