From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61977 invoked by alias); 12 Aug 2015 14:57:46 -0000 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 Received: (qmail 61954 invoked by uid 89); 12 Aug 2015 14:57:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 12 Aug 2015 14:57:45 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 07A2B91DAD; Wed, 12 Aug 2015 14:57:44 +0000 (UTC) Received: from zebedee.pink ([10.3.113.14]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7CEvg33006090; Wed, 12 Aug 2015 10:57:42 -0400 Message-ID: <55CB5EE6.60401@redhat.com> Date: Wed, 12 Aug 2015 14:57:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Jeff Law , Tom Tromey CC: Uros Bizjak , "gcc-patches@gcc.gnu.org" , java-patches@gcc.gnu.org Subject: Re: [PATCH, libjava/classpath]: Fix overriding recipe for target 'gjdoc' build warning References: <55CA44C8.7000209@redhat.com> <87mvxxdxys.fsf@tromey.com> <55CB5BB7.4090703@redhat.com> In-Reply-To: <55CB5BB7.4090703@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00008.txt.bz2 On 12/08/15 15:44, Jeff Law wrote: > My inclination is to replace GCJ with Go, but Ian wasn't comfortable > with that when I suggested it a couple years ago. Because Go wasn't ready for prime time? Andrew.