From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21257 invoked by alias); 22 Apr 2009 23:02:26 -0000 Received: (qmail 20160 invoked by uid 22791); 22 Apr 2009 23:02:18 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f157.google.com (HELO mail-ew0-f157.google.com) (209.85.219.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 23:02:13 +0000 Received: by ewy1 with SMTP id 1so251256ewy.8 for ; Wed, 22 Apr 2009 16:02:04 -0700 (PDT) Received: by 10.210.56.7 with SMTP id e7mr6887549eba.5.1240441324663; Wed, 22 Apr 2009 16:02:04 -0700 (PDT) Received: from ?82.6.108.62? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 10sm1003618eyz.51.2009.04.22.16.02.03 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Apr 2009 16:02:03 -0700 (PDT) Message-ID: <49EFA476.5080305@gmail.com> Date: Wed, 22 Apr 2009 23:02:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tom Tromey CC: Dave Korn , java-patches@gcc.gnu.org Subject: Re: [RFC] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap. References: <49EF6F29.2000601@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2009-q2/txt/msg00032.txt.bz2 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