Re: [PATCH v2] deb-pkg: Add support for powerpc little endian

2014-09-12 Thread Michal Marek
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, Michae

Re: [PATCH v2] deb-pkg: Add support for powerpc little endian

2014-09-06 Thread Ben Hutchings
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

Re: [PATCH v2] deb-pkg: Add support for powerpc little endian

2014-09-05 Thread Josh Boyer
On Fri, Sep 5, 2014 at 3:55 AM, 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? > > ppc6

Re: [PATCH v2] deb-pkg: Add support for powerpc little endian

2014-09-05 Thread Thadeu Lima de Souza Cascardo
2 Cascardo. > From: Michael Neuling > > deb-pkg: Add support for powerpc little endian > > The Debian powerpc little endian architecture is called ppc64el. This > is the default architecture used by Ubuntu for powerpc. > > The below checks the kernel config to see if we a

[PATCH v2] deb-pkg: Add support for powerpc little endian

2014-09-05 Thread Michael Neuling
. Mikey From: Michael Neuling deb-pkg: Add support for powerpc little endian The Debian powerpc little endian architecture is called ppc64el. This is the default architecture used by Ubuntu for powerpc. The below checks the kernel config to see if we are compiling little endian and sets

Re: deb-pkg: Add support for powerpc little endian

2014-09-05 Thread Gabriel Paubert
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? > is the default architecture used by Ubuntu for powerpc. > > The below checks the kernel config to see if we are compiling little >

deb-pkg: Add support for powerpc little endian

2014-09-04 Thread Michael Neuling
The Debian powerpc little endian architecture is called ppc64le. This is the default architecture used by Ubuntu for powerpc. The below checks the kernel config to see if we are compiling little endian and sets the Debian arch appropriately. Signed-off-by: Michael Neuling diff --git a/scripts/