From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B74C713881B for ; Tue, 22 Sep 2015 17:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31847E086F; Tue, 22 Sep 2015 17:00:55 +0000 (UTC) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 875C4E086F for ; Tue, 22 Sep 2015 17:00:54 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so33677603wic.0 for ; Tue, 22 Sep 2015 10:00:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=qrFPGoMFrcFKeb3xZpZ76wHKfwOwMA73bf0r95dOW0c=; b=QSbCDCWgkvnlChQSiy25MbkuxC6qa9qgeWZU/GKI0Uy04m3dC3fbw88CSp015Ma9Vq c1exgLiHKb2cM6E3Cv2BOImw2ei+fbyzgHUJ72l1Hj4p/sNtRlzSxQ5puJS1TPMMWUGx vbHhKzvqpChvf4hMQydaqbTrtIfeVaB/xjd01qxUwhrEN6IBV0oAGnsz2olcSI3u8VUF DxKrCcidg3IC9xoFibJzVmCQfHR4WtSco+TmbVku9zFanbiAjNWpZV4VyglQE+XgHKUo 9vqgkMWvE0qnceMRiT1rsIH33LkLJX2WKs5iUzI178T579YjlJFKkdKZ1olopulLmSjU EtEw== X-Received: by 10.194.104.137 with SMTP id ge9mr20365114wjb.57.1442941253138; Tue, 22 Sep 2015 10:00:53 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.27.136.195 with HTTP; Tue, 22 Sep 2015 10:00:33 -0700 (PDT) In-Reply-To: <20150922131540.GI7802@vapier.lan> References: <1442839128-24946-1-git-send-email-lenohou@gmail.com> <56000DEA.6050607@gentoo.org> <56003B3E.2060001@gentoo.org> <20150921182147.GF7802@vapier.lan> <20150922131540.GI7802@vapier.lan> From: Leno Hou Date: Wed, 23 Sep 2015 01:00:33 +0800 Message-ID: Subject: Re: [gentoo-catalyst][PATCH v1] arch/powerpc.py:add support for subarch power8 bug#560818 To: gentoo-catalyst@lists.gentoo.org, kevin.zhaoshuai@cn.ibm.com Content-Type: multipart/alternative; boundary=089e010d8388d33e5d052058f03f X-Archives-Salt: 66adb7b5-1760-44d0-bf1e-38683c575cc0 X-Archives-Hash: 540fa63e54e24dce1d84047e4acb7156 --089e010d8388d33e5d052058f03f Content-Type: text/plain; charset=UTF-8 On Tue, Sep 22, 2015 at 9:15 PM, Mike Frysinger wrote: > On 22 Sep 2015 14:34, Leno Hou wrote: > > On Tue, Sep 22, 2015 at 2:21 AM, Mike Frysinger > wrote: > > > > > On 21 Sep 2015 13:15, Anthony G. Basile wrote: > > > > On 9/21/15 10:02 AM, Rick "Zero_Chaos" Farina wrote: > > > > > On 09/21/2015 08:38 AM, Leno Hou wrote: > > > > >> + self.settings["CHOST"]="powerpc64le-linux-gnu" > > > > > > > > The CHOST is incorrect. It should powerpc64le-unknown-linux-gnu. > Leno, > > > > can you please try to switch it to that and do another catalyst run. > > > > You can begin with your current stage3 with the above CHOST and it > > > > should work out correctly to the new CHOST name. In another place > you > > > > said there is no compiler "powerpc64le-unknown-linux-gnu" but that > makes > > > > no sense. The tuple is parsed by gnuconfig script and it should work > > > > like all other CHOST names we have in gentoo. > > > > > > powerpc64le-linux-gnu is a valid tuple (vendor can generally be > omitted), > > > but in Gentoo we do use "unknown" for our ppc ports. so do as Anthony > > > says ;). > > > -mike > > > > > > > When set CHOST="powerpc64le-linux-gnu", successfully compiled stage1. > > But CHOST="powerpc64-unknown-linux-gnu", something happens as following. > > https://bpaste.net/show/189b2b12d8e2 > > > > So I think CHOST="powerpc64le-linux-gnu" would be better. > > i think you're misreading things. we didn't say > "powerpc64-unknown-linux-gnu", > we said "powerpc64le-unknown-linux-gnu". > -mike > I've tested CHOST="powerpc64le-unknown-linux-gnu" and proved you're right. The results is that got compiler called "powerpc64le-unknown-linux-gnu-*" in stage 1. So could you help me to commit PATCH v2 ? thanks. -Leno Hou --089e010d8388d33e5d052058f03f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Tue, Sep 22, 2015 at 9:15 PM, Mik= e Frysinger <vapier@gentoo.org> wrote:
=
On 22 Se= p 2015 14:34, Leno Hou wrote:
> On Tue, Sep 22, 2015 at 2:21 AM, Mike Frysinger <vapier@gentoo.org> wrote:
>
> > On 21 Sep 2015 13:15, Anthony G. Basile wrote:
> > > On 9/21/15 10:02 AM, Rick "Zero_Chaos" Farina wrot= e:
> > > > On 09/21/2015 08:38 AM, Leno Hou wrote:
> > > >> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 self.settings[&= quot;CHOST"]=3D"powerpc64le-linux-gnu"
> > >
> > > The CHOST is incorrect.=C2=A0 It should powerpc64le-unknown-= linux-gnu. Leno,
> > > can you please try to switch it to that and do another catal= yst run.
> > > You can begin with your current stage3 with the above CHOST = and it
> > > should work out correctly to the new CHOST name.=C2=A0 In an= other place you
> > > said there is no compiler "powerpc64le-unknown-linux-gn= u" but that makes
> > > no sense.=C2=A0 The tuple is parsed by gnuconfig script and = it should work
> > > like all other CHOST names we have in gentoo.
> >
> > powerpc64le-linux-gnu is a valid tuple (vendor can generally be o= mitted),
> > but in Gentoo we do use "unknown" for our ppc ports.=C2= =A0 so do as Anthony
> > says ;).
> > -mike
> >
>
> When set CHOST=3D"powerpc64le-linux-gnu", successfully compi= led stage1.
> But CHOST=3D"powerpc64-unknown-linux-gnu", something happens= as following.
> https://bpaste.net/show/189b2b12d8e2
>
> So I think CHOST=3D"powerpc64le-linux-gnu" would be better.<= br>
i think you're misreading things.=C2=A0 we didn't say "= powerpc64-unknown-linux-gnu",
we said "powerpc64le-unknown-linux-gnu".
-mike

I'= ;ve tested CHOST=3D"powerpc64le-unknown-linux-gnu" and proved you= 're right.=C2=A0
The results is that go= t compiler called "powerpc64le-unknown-linux-gnu-*" in stage 1.
So could you help me to commit PATCH v2 ? = =C2=A0thanks.
-Leno Hou



--089e010d8388d33e5d052058f03f--