[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7424b868-7463-2ea4-1cb0-386b143dc8f0@linux.intel.com>
Date: Tue, 8 Sep 2020 16:49:18 +0300
From: Jarkko Nikula <jarkko.nikula@...ux.intel.com>
To: Ingo Molnar <mingo@...nel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>,
linux-kernel@...r.kernel.org, Tony Luck <tony.luck@...el.com>
Subject: Re: [PATCH v1] x86/defconfigs: Unbreak 32-bit defconfig builds
Hi
On 9/8/20 3:13 PM, Ingo Molnar wrote:
>
> * Andy Shevchenko <andriy.shevchenko@...ux.intel.com> 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 crucial part is CONFIG_64BIT option
>> that used to be explicit. Let restore the latter option in order to unbreak
>> 32-bit builds.
>
> So exactly which build method broke due to this? The typical way to do a defconfig build is:
>
> make ARCH=i386 defconfig
>
> which still works fine AFAICS.
>
Maybe wrong way to do it, just plain "make i386_defconfig". I'm aware of
ARCH=, but never needed to specify it for x86 targets.
Jarkko
Powered by blists - more mailing lists