From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12071 invoked by alias); 28 Apr 2011 13:40:43 -0000 Received: (qmail 12043 invoked by uid 22791); 28 Apr 2011 13:40:41 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_BF,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Apr 2011 13:40:23 +0000 Received: (qmail 26380 invoked from network); 28 Apr 2011 13:40:22 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Apr 2011 13:40:22 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QFRS9-0007wF-36; Thu, 28 Apr 2011 13:40:21 +0000 Date: Thu, 28 Apr 2011 13:40:00 -0000 From: "Joseph S. Myers" To: Paolo Bonzini 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, green@redhat.com Subject: Re: Toplevel cleanup: disable Java when libffi not supported In-Reply-To: <4DB90A6A.1040009@gnu.org> Message-ID: References: <4DB90A6A.1040009@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/msg00026.txt.bz2 On Thu, 28 Apr 2011, Paolo Bonzini wrote: > Do you plan to finish the switch to unsupported_languages instead of > noconfigdirs soon )for Java)? I plan one further patch to simplify the libgcj-disabling logic (and in particular to eliminate the disabling for *-*-*), but not to convert it completely to unsupported_languages. I also plan to split the newlib/libgloss logic out of the general case statement over targets, as part of further simplifications there. I don't plan to work on the general elimination of target-libiberty. -- Joseph S. Myers joseph@codesourcery.com