From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24691 invoked by alias); 20 Feb 2015 19:27:55 -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 24678 invoked by uid 89); 20 Feb 2015 19:27:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ie0-f177.google.com Received: from mail-ie0-f177.google.com (HELO mail-ie0-f177.google.com) (209.85.223.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 20 Feb 2015 19:27:53 +0000 Received: by iecat20 with SMTP id at20so10237464iec.12 for ; Fri, 20 Feb 2015 11:27:51 -0800 (PST) X-Received: by 10.42.33.66 with SMTP id h2mr4183icd.7.1424460471457; Fri, 20 Feb 2015 11:27:51 -0800 (PST) Received: from msticlxl57.ims.intel.com (fmdmzpr03-ext.fm.intel.com. [192.55.54.38]) by mx.google.com with ESMTPSA id 130sm11935029ioz.10.2015.02.20.11.27.48 (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Feb 2015 11:27:50 -0800 (PST) Date: Fri, 20 Feb 2015 19:32:00 -0000 From: Ilya Verbin To: Thomas Schwinge , Bernd Schmidt Cc: gcc-patches@gcc.gnu.org, Jakub Jelinek , Kirill Yukhin Subject: Re: Offloading compilers' libgcc installation (was: nvptx offloading patches [3/n], RFD) Message-ID: <20150220192743.GC56550@msticlxl57.ims.intel.com> References: <5454CAB9.3040907@codesourcery.com> <20150204113817.GO1746@tucnak.redhat.com> <20150216210812.GO1746@tucnak.redhat.com> <20150217133206.GA62715@msticlxl57.ims.intel.com> <20150217153918.GX1746@tucnak.redhat.com> <20150217164033.GY1746@tucnak.redhat.com> <54E5ACCE.7080502@codesourcery.com> <87h9uhlypt.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h9uhlypt.fsf@schwinge.name> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg01308.txt.bz2 On Fri, Feb 20, 2015 at 10:27:26 +0100, Thomas Schwinge wrote: > On Thu, 19 Feb 2015 10:28:46 +0100, Bernd Schmidt wrote: > > issue when trying to > > get at the libgcc for the nvptx accel compiler after it's been > > installed. The libgcc Makefile puts it in the wrong place - > > gcc/nvptx-none/accel/nvptx-none instead of gcc/host/accel/nvptx-none. > > The patch below corrects that and removes an intelmicemul special case > > which I believe has the same effect - Ilya, could you test this? > > Works fine for me for intelmic (no changes), and nvptx (changes as > expected). OK to me. Thanks, -- Ilya