From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27218 invoked by alias); 20 Feb 2015 09:27:45 -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 27190 invoked by uid 89); 20 Feb 2015 09:27:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Feb 2015 09:27:41 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-03.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YOjs1-0006cW-Lp from Thomas_Schwinge@mentor.com ; Fri, 20 Feb 2015 01:27:38 -0800 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-03.mgc.mentorg.com (137.202.0.108) with Microsoft SMTP Server id 14.3.224.2; Fri, 20 Feb 2015 09:27:35 +0000 From: Thomas Schwinge To: Bernd Schmidt CC: Ilya Verbin , Richard Biener , Jan Hubicka , , Jakub Jelinek , Joseph Myers Subject: Offloading compilers' libgcc installation (was: nvptx offloading patches [3/n], RFD) In-Reply-To: <54E5ACCE.7080502@codesourcery.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> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 20 Feb 2015 09:33:00 -0000 Message-ID: <87h9uhlypt.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2015-02/txt/msg01248.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 959 Hi Bernd! On Thu, 19 Feb 2015 10:28:46 +0100, Bernd Schmidt = wrote: > issue when trying to=20 > get at the libgcc for the nvptx accel compiler after it's been=20 > installed. The libgcc Makefile puts it in the wrong place -=20 > gcc/nvptx-none/accel/nvptx-none instead of gcc/host/accel/nvptx-none.=20 > The patch below corrects that and removes an intelmicemul special case=20 > 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). You'll want to remove the following debugging print statement before commit: > --- libgcc/configure.ac (revision 445788) > +++ libgcc/configure.ac (working copy) > @@ -398,16 +398,14 @@ esac >=20=20 > # Used for constructing correct paths for offload compilers. > accel_dir_suffix=3D > +real_host_noncanonical=3D${host_noncanonical} > +echo "eaaf: $enable_as_accelerator_for" Gr=C3=BC=C3=9Fe, Thomas --=-=-= Content-Type: application/pgp-signature Content-length: 472 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU5v3+AAoJEPoxNhtoi6COfK0H/jN8/+hDPafii3rtgoCP4aYR kha5x2slHB+MyY99LE/HtaSK77Q4wDIvG/1ecG920E1AWTFd8qQ1jhNbxbUBQM80 j/zjuKQuXUEMA0PKe/WjD9RRRV2uTd56gPLy+NLZg6qyyNTyIYyzJU/Xm/XFw2hh S5OOrs1234K/tvKhHfTNiK35sCcOwx+R9TRqEH7X6REkHQL+Ju2K9GMiEcqhBVwX rISpyXNgW2TlBDYomu1k7R5nxkzE4ncwhOjLG2I581qLc90yOd4OAmveezAYCPVu aSxpTRr2pLXAh3j7Z4XAcAQifh/oA4kBF/nDDJtGxQXKpt6Z/9GrxCbPAXChvXM= =gZEq -----END PGP SIGNATURE----- --=-=-=--