Re: [PATCH]: ELF/MIPS build fix

From: Ralf Baechle
Date: Fri May 20 2016 - 12:40:28 EST


On Fri, May 20, 2016 at 05:37:17PM +0100, Maciej W. Rozycki wrote:

> > CONFIG_MIPS32_N32=y but CONFIG_BINFMT_ELF disabled results in the following
> > linker errors:
>
> Is this for a configuration with native (n64) ELF disabled, but one or
> more compat ELF formats (o32, n32) enabled? An interesting use case then.

Yes. Fairly sensible for one of those systems where we only support 64 bit
kernels but don't need a 64 bit userland.

Ralf