From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755269AbaILOM1 (ORCPT ); Fri, 12 Sep 2014 10:12:27 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60189 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754644AbaILOMZ (ORCPT ); Fri, 12 Sep 2014 10:12:25 -0400 Message-ID: <5412FF45.30208@suse.cz> Date: Fri, 12 Sep 2014 16:12:21 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Ben Hutchings , Michael Neuling CC: Thadeu Lima de Souza Cascardo , Gabriel Paubert , linux-kbuild@vger.kernel.org, linux-kernel , Anton Blanchard , Leann Ogasawara , linuxppc-dev Subject: Re: [PATCH v2] deb-pkg: Add support for powerpc little endian References: <1409894927.11359.26.camel@ale.ozlabs.ibm.com> <20140905071344.GA16024@visitor2.iram.es> <1409903718.11359.30.camel@ale.ozlabs.ibm.com> <20140905120925.GB3846@oc0268524204.ibm.com> <1410057728.7389.24.camel@decadent.org.uk> In-Reply-To: <1410057728.7389.24.camel@decadent.org.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2014-09-07 04:42, Ben Hutchings wrote: > On Fri, 2014-09-05 at 09:09 -0300, Thadeu Lima de Souza Cascardo wrote: >> On Fri, Sep 05, 2014 at 05:55:18PM +1000, Michael Neuling wrote: >>> On Fri, 2014-09-05 at 09:13 +0200, Gabriel Paubert wrote: >>>> On Fri, Sep 05, 2014 at 03:28:47PM +1000, Michael Neuling wrote: >>>>> The Debian powerpc little endian architecture is called ppc64le. This >>>> >>>> Huh? ppc64le or ppc64el? >>> >>> ppc64el. Commit message is wrong. Fixed below. >>> >>> Mikey >>> >>> >> >> What about ppc64? >> >> Also, I sent that already a month ago. Both linuxppc-dev and Michal >> Marek were on cc. >> >> http://marc.info/?l=linux-kernel&m=140744360328562&w=2 > > Anyone using powerpc (32-bit) will then need to add ppc64 as a foreign > architecture before they can install a 64-bit custom kernel. This is > fine in principle, except that ppc64 is not an official Debian port and > its packages are not mirrored on the same servers. [...] > So I think Michael's version, leaving big-endian kernels as powerpc by > default, is preferable for now. I applied v2 of Michael's patch to kbuild.git#misc. Michal