Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-09 Thread Andy Shevchenko
On Wed, Sep 09, 2020 at 10:00:20AM +0200, Ingo Molnar wrote: > * Andy Shevchenko wrote: > > On Tue, Sep 08, 2020 at 02:13:54PM +0200, Ingo Molnar wrote: > > > * Andy Shevchenko wrote: ... > > uname => x86_64 > > make i386_defconfig > > > > It was very convenient to not supply ARCH when build

Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-09 Thread Ingo Molnar
* Andy Shevchenko wrote: > On Tue, Sep 08, 2020 at 02:13:54PM +0200, Ingo Molnar wrote: > > > > * Andy Shevchenko wrote: > > > > > After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") > > > 32-bit builds using defconfig become broken because on x86_64 build host > > >

Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-08 Thread Jarkko Nikula
Hi On 9/8/20 3:13 PM, Ingo Molnar wrote: * Andy Shevchenko wrote: After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") 32-bit builds using defconfig become broken because on x86_64 build host with no ARCH provided the default behaviour is to assume 64-bit independently

Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-08 Thread Andy Shevchenko
On Tue, Sep 8, 2020 at 8:53 PM Randy Dunlap wrote: > On 9/8/20 5:13 AM, Ingo Molnar wrote: > > * Andy Shevchenko wrote: > > > >> After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") > >> 32-bit builds using defconfig become broken because on x86_64 build host > >> with no

Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-08 Thread Andy Shevchenko
On Tue, Sep 08, 2020 at 02:13:54PM +0200, Ingo Molnar wrote: > > * Andy Shevchenko wrote: > > > After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") > > 32-bit builds using defconfig become broken because on x86_64 build host > > with no ARCH provided the default behaviour

Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-08 Thread Randy Dunlap
On 9/8/20 5:13 AM, Ingo Molnar wrote: > > * Andy Shevchenko wrote: > >> After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") >> 32-bit builds using defconfig become broken because on x86_64 build host >> with no ARCH provided the default behaviour is to assume 64-bit

Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-08 Thread Ingo Molnar
* Andy Shevchenko wrote: > After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") > 32-bit builds using defconfig become broken because on x86_64 build host > with no ARCH provided the default behaviour is to assume 64-bit independently > on the configuration file name. The

[PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds

2020-09-08 Thread Andy Shevchenko
After the commit 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") 32-bit builds using defconfig become broken because on x86_64 build host with no ARCH provided the default behaviour is to assume 64-bit independently on the configuration file name. The crucial part is CONFIG_64BIT option