Re: [PATCH V12 07/24] LoongArch: Add build infrastructure

From: Arnd Bergmann
Date: Wed Jun 01 2022 - 12:02:37 EST


On Wed, Jun 1, 2022 at 5:47 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> Hi--
>
> On 6/1/22 02:59, Huacai Chen wrote:
> > +config 32BIT
> > + bool
> > +
> > +config 64BIT
> > + def_bool y
> > +
>
> I don't see a way to set (enable) 32BIT.
> Please explain how to do that.

It can't be enabled at the moment, but support is planned for a future release.
There are remnants of the 32-bit support in various places of the codebase,
but removing those just to add them back later does not seem too important.

Arnd