Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-20 Thread Michael Ellerman
Randy Dunlap writes: > On 07/09/2018 07:24 AM, Michael Ellerman wrote: >> Because the allmodconfig logic just sets every symbol to M or Y, it >> has the effect of always generating a 64-bit config, because >> CONFIG_PPC64 becomes Y. >> >> So to make it easier for folks to test 32-bit code, provi

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-20 Thread Michael Ellerman
Randy Dunlap writes: > On 07/09/2018 07:24 AM, Michael Ellerman wrote: >> Because the allmodconfig logic just sets every symbol to M or Y, it >> has the effect of always generating a 64-bit config, because >> CONFIG_PPC64 becomes Y. >> >> So to make it easier for folks to test 32-bit code, provi

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-13 Thread Randy Dunlap
On 07/09/2018 07:24 AM, Michael Ellerman wrote: > Because the allmodconfig logic just sets every symbol to M or Y, it > has the effect of always generating a 64-bit config, because > CONFIG_PPC64 becomes Y. > > So to make it easier for folks to test 32-bit code, provide a phony > defconfig target

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-13 Thread Randy Dunlap
On 07/09/2018 07:24 AM, Michael Ellerman wrote: > Because the allmodconfig logic just sets every symbol to M or Y, it > has the effect of always generating a 64-bit config, because > CONFIG_PPC64 becomes Y. > > So to make it easier for folks to test 32-bit code, provide a phony > defconfig target

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-11 Thread Michael Ellerman
Mathieu Malaterre writes: > On Tue, Jul 10, 2018 at 3:47 PM Michael Ellerman wrote: >> Mathieu Malaterre writes: >> > On Mon, Jul 9, 2018 at 4:24 PM Michael Ellerman >> > wrote: >> >> Because the allmodconfig logic just sets every symbol to M or Y, it >> >> has the effect of always generating

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-11 Thread Mathieu Malaterre
On Tue, Jul 10, 2018 at 3:47 PM Michael Ellerman wrote: > > Mathieu Malaterre writes: > > On Mon, Jul 9, 2018 at 4:24 PM Michael Ellerman wrote: > >> > >> Because the allmodconfig logic just sets every symbol to M or Y, it > >> has the effect of always generating a 64-bit config, because > >> CO

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-10 Thread Michael Ellerman
Mathieu Malaterre writes: > On Mon, Jul 9, 2018 at 4:24 PM Michael Ellerman wrote: >> >> Because the allmodconfig logic just sets every symbol to M or Y, it >> has the effect of always generating a 64-bit config, because >> CONFIG_PPC64 becomes Y. >> >> So to make it easier for folks to test 32-b

Re: [PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-10 Thread Mathieu Malaterre
On Mon, Jul 9, 2018 at 4:24 PM Michael Ellerman wrote: > > Because the allmodconfig logic just sets every symbol to M or Y, it > has the effect of always generating a 64-bit config, because > CONFIG_PPC64 becomes Y. > > So to make it easier for folks to test 32-bit code, provide a phony > defconfi

[PATCH 1/2] powerpc: Add ppc32_allmodconfig defconfig target

2018-07-09 Thread Michael Ellerman
Because the allmodconfig logic just sets every symbol to M or Y, it has the effect of always generating a 64-bit config, because CONFIG_PPC64 becomes Y. So to make it easier for folks to test 32-bit code, provide a phony defconfig target that generates a 32-bit allmodconfig. The 32-bit port has s