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


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



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