From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1279 invoked by alias); 28 Apr 2011 06:31:24 -0000 Received: (qmail 1256 invoked by uid 22791); 28 Apr 2011 06:31:23 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,TW_GC X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Apr 2011 06:31:08 +0000 Received: by wye20 with SMTP id 20so2185498wye.20 for ; Wed, 27 Apr 2011 23:31:07 -0700 (PDT) Received: by 10.216.142.221 with SMTP id i71mr1852938wej.93.1303972267059; Wed, 27 Apr 2011 23:31:07 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-184-88.ip51.fastwebnet.it [93.34.184.88]) by mx.google.com with ESMTPS id l5sm685043wej.32.2011.04.27.23.31.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Apr 2011 23:31:04 -0700 (PDT) Message-ID: <4DB909A6.3020300@gnu.org> Date: Thu, 28 Apr 2011 06:31:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.9 MIME-Version: 1.0 To: "Joseph S. Myers" CC: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, dj@redhat.com, neroden@gcc.gnu.org, aoliva@redhat.com, Ralf.Wildenhues@gmx.de Subject: Re: Toplevel cleanup: split out libgcj disabling References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2011-q2/txt/msg00024.txt.bz2 On 04/27/2011 05:50 PM, Joseph S. Myers wrote: > Continuing the toplevel cleanups separating the cases disabling > different subdirectories - on the basis that eventually this > information should come from the subdirectories, and that as > previously discussed much of the default disabling of ${libgcj} > doesn't actually make sense - this patch separates the > Java-and-${libgcj}-disabling cases out from the rest of the > directory-disabling cases. > > This patch deliberately keeps the case structure the same to make it > clear it does not change the set of disabled directories at all - thus > there are now empty cases in both the old and the new case statements. > These are intended to be cleaned up in subsequent patches. (Removing > an empty case is not automatically obvious, since it may cause a later > case such as *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | > *-*-kopensolaris*-gnu or *-*-* to be active instead. In many cases > they can be removed, because the combination that would activate the > other case is not meaningful or because it doesn't matter what the > Java configuration is for targets that have been removed from or never > supported in GCC - but I prefer to keep such removals separate.) > > OK to commit? > > 2011-04-27 Joseph Myers > > * configure.ac: Separate cases disabling Java and Java libraries > from general case over targets. > * configure: Regenerate. Ok. Paolo