This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bootstrap failure with --enable-debug
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: Bootstrap failure with --enable-debug
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 May 2001 16:17:52 -0600
- Cc: java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10105250041560.655-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> While looking at a mysterious bootstrap failure today, I
Jeff> realized that configuring with --enable-debug causes libffi to
Jeff> disable its raw API, breaking the interpreter. Is that
Jeff> intentional?
We should change it either way. I can't imagine how this would be
useful.
Tom