Re: building in 32bit chroot on x86_64 host broken
From: Linus Torvalds
Date: Tue Jun 05 2018 - 14:38:49 EST
On Tue, Jun 5, 2018 at 11:23 AM Thomas Backlund <tmb@xxxxxxxxxx> wrote:
> #
> -# CONFIG_64BIT is not set
>
> So something _does_ strip away the needed config bit
Why do you need it?
I get
CONFIG_X86_32=y
CONFIG_X86=y
and CONFIG_64BIT never gets set.
It is true that I don't get the
# CONFIG_64BIT is not set
line, but why do you care?
Linus