From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70005 invoked by alias); 20 Aug 2015 16:39:50 -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 69984 invoked by uid 89); 20 Aug 2015 16:39:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 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; Thu, 20 Aug 2015 16:39:49 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 4A58A19F266; Thu, 20 Aug 2015 16:39:48 +0000 (UTC) Received: from zebedee.pink (ovpn-113-173.phx2.redhat.com [10.3.113.173]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7KGdkNX007053; Thu, 20 Aug 2015 12:39:46 -0400 Message-ID: <55D602D1.3010201@redhat.com> Date: Thu, 20 Aug 2015 16:39: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: Richard Biener , Andrew Hughes , Jeff Law CC: Matthias Klose , Tom Tromey , 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: <141970419.12686720.1440038099721.JavaMail.zimbra@redhat.com> <87y4h68tk3.fsf@tromey.com> <55D58ED0.1020402@ubuntu.com> <55D5909B.3080207@redhat.com> <401143105.13318272.1440082676204.JavaMail.zimbra@redhat.com> <55D5F1C8.7060003@redhat.com> <55D5F681.5060809@redhat.com> <1092027746.13351972.1440086614051.JavaMail.zimbra@redhat.com> <55D5FB79.5020004@redhat.com> <67565109-0B51-430C-A78C-18D36EACDB16@gmail.com> In-Reply-To: <67565109-0B51-430C-A78C-18D36EACDB16@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00034.txt.bz2 On 08/20/2015 05:38 PM, Richard Biener wrote: > So gij, witten in C++ is enough? No: the runtime library needs gcj. Andrew.