Patch: enable -fcheck-references for specific targets

Anthony Green green@redhat.com
Fri Mar 22 10:26:00 GMT 2002


On Fri, 2002-03-22 at 10:30, Tom Tromey wrote:
> Make sure to compile with -fcheck-references.
> This fails on x86 Linux (and other platforms by reports I've seen)
> with that flag.

Yes, that fails.

Ah... I see we have a bug in our build system :-(

The build compiler will pick up an installed libgcj.spec instead of
using the one in the build tree.  My installed libgcj.spec doesn't have
-fcheck-references, but the one in my build tree does.

So we need to fix both the -fcheck-references bug and this build bug.

AG




More information about the Java-patches mailing list