This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: enable -fcheck-references for specific targets


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

>> I think the libgcj.spec build bug can be fixed by adding the
>> appropriate -B option to the gcj invocation.  Can you give that a try?

Anthony> Yes, Adding "-B./" fixes it.

I've looked at this a little today.  I remember from writing this that
I thought we would try to find the spec file where the -L options
point; there is a good reason for this.  And in fact there is code in
jvspec.c to do this.  Also, the Makefile passes a -L for the current
directory to gcj.  So I wonder why this isn't working.  That's what
I'm going to look at next.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]