This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: enable -fcheck-references for specific targets
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> The build compiler will pick up an installed libgcj.spec
Anthony> instead of using the one in the build tree. My installed
Anthony> libgcj.spec doesn't have -fcheck-references, but the one in
Anthony> my build tree does.
Ever notice how all the bugs crawl out of the woodwork at release
time? Sigh.
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?
Tom