From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32922 invoked by alias); 10 Mar 2015 12:06:35 -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 32912 invoked by uid 89); 10 Mar 2015 12:06:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 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-pd0-f176.google.com Received: from mail-pd0-f176.google.com (HELO mail-pd0-f176.google.com) (209.85.192.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 10 Mar 2015 12:06:32 +0000 Received: by pdbnh10 with SMTP id nh10so1303320pdb.3 for ; Tue, 10 Mar 2015 05:06:30 -0700 (PDT) X-Received: by 10.66.55.98 with SMTP id r2mr50810475pap.22.1425989190048; Tue, 10 Mar 2015 05:06:30 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-155-134.oycza5.sa.bigpond.net.au. [58.160.155.134]) by mx.google.com with ESMTPSA id v5sm832481pdh.9.2015.03.10.05.06.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Mar 2015 05:06:29 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 56250EA0150; Tue, 10 Mar 2015 22:36:24 +1030 (ACDT) Date: Tue, 10 Mar 2015 12:06:00 -0000 From: Alan Modra To: Markus Trippelsdorf Cc: Jakub Jelinek , David Edelsohn , Martin Sebor , Andreas Schwab , Jeff Law , Gcc Patch List Subject: Re: [PATCH] target/65286 - Disable multilib for ppc64le Message-ID: <20150310120624.GE11451@bubble.grove.modra.org> Mail-Followup-To: Markus Trippelsdorf , Jakub Jelinek , David Edelsohn , Martin Sebor , Andreas Schwab , Jeff Law , Gcc Patch List References: <87a8zsy95u.fsf@igel.home> <54F7696A.3040307@redhat.com> <20150305040604.GA25172@bubble.grove.modra.org> <20150305231402.GD25172@bubble.grove.modra.org> <20150310061348.GA342@x4> <20150310072844.GD11451@bubble.grove.modra.org> <20150310073259.GA351@x4> <20150310075601.GA1746@tucnak.redhat.com> <20150310110850.GB351@x4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150310110850.GB351@x4> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00552.txt.bz2 On Tue, Mar 10, 2015 at 12:08:50PM +0100, Markus Trippelsdorf wrote: > On 2015.03.10 at 08:56 +0100, Jakub Jelinek wrote: > > https://gcc.gnu.org/ml/gcc-patches/2013-03/msg00288.html > > for similar issue on aarch64. > > You really don't want to use MULTIARCH_DIRNAME for the powerpc64le* case, > > as that will work only with the Debian/Ubuntu mess. I see. Didn't realise Fedora was keeping the old mess. ;-) > > So perhaps something like completely untested following patch? > > The patch fixes the issue for me. It's fine on Ubuntu too. Thanks! -- Alan Modra Australia Development Lab, IBM