From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16466 invoked by alias); 19 Feb 2015 10:51:12 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 16456 invoked by uid 89); 19 Feb 2015 10:51:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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, 19 Feb 2015 10:51:11 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1JAp80P016194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 19 Feb 2015 05:51:08 -0500 Received: from tucnak.zalov.cz (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1JAp6XR014906 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Thu, 19 Feb 2015 05:51:07 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.9/8.14.9) with ESMTP id t1JAp4u6003595; Thu, 19 Feb 2015 11:51:05 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.9/8.14.9/Submit) id t1JAp2Gu003594; Thu, 19 Feb 2015 11:51:02 +0100 Date: Thu, 19 Feb 2015 10:53:00 -0000 From: Jakub Jelinek To: Thomas Schwinge Cc: Ilya Verbin , Bernd Schmidt , Richard Biener , Jan Hubicka , gcc-patches@gcc.gnu.org, Joseph Myers Subject: Re: If we're building an offloading compiler, always enable the LTO front end (was: nvptx offloading patches [3/n], RFD) Message-ID: <20150219105102.GC1746@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <20150216210812.GO1746@tucnak.redhat.com> <20150217133206.GA62715@msticlxl57.ims.intel.com> <20150217153918.GX1746@tucnak.redhat.com> <20150217164033.GY1746@tucnak.redhat.com> <87oaoreg7g.fsf@kepler.schwinge.homeip.net> <20150218113438.GI1746@tucnak.redhat.com> <87vbize7zi.fsf@schwinge.name> <20150218123518.GM1746@tucnak.redhat.com> <87bnkqdvny.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bnkqdvny.fsf@schwinge.name> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg01170.txt.bz2 On Thu, Feb 19, 2015 at 11:48:17AM +0100, Thomas Schwinge wrote: > Like this? Yes. > commit 56c0312469f583ba3fa9fa2777981742ab6d6c75 > Author: Thomas Schwinge > Date: Thu Feb 19 11:41:23 2015 +0100 > > If we're building an offloading compiler, always enable the LTO front end. > > * configure.ac [--enable-as-accelerator-for] (enable_languages): > Make sure it contains lto. > * configure: Regenerate. Ok for trunk. Jakub