This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap.
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Dave Korn <dave dot korn dot cygwin at googlemail dot com>, java-patches at gcc dot gnu dot org
- Date: Thu, 23 Apr 2009 00:12:54 +0100
- Subject: Re: [RFC] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap.
- References: <49EF6F29.2000601@gmail.com> <m3prf4ti8i.fsf@fleche.redhat.com>
Tom Tromey wrote:
> Dave> One solution that occurred to me was to rename the
> Dave> preprocesser macro to (e.g.) "__GCJ_DEBUG" throughout.
>
> Yeah, just GCJ_DEBUG would be fine.
Do you care about the "__" prefix? I wasn't sure if maybe it might end up
in the user's namespace (do any of the libjava/include files end up getting
installed?), so I already did it the "__GCJ_DEBUG" way; I'll respin it if it
matters.
cheers,
DaveK