Re: [PATCH 1/2] MN10300: Permit AOUT library support to be suppressed in ELF binfmt

2007-10-26 Thread David Howells
Andrew Morton <[EMAIL PROTECTED]> wrote: > hm, seems a bit ungainly. Why can't we just make all the aout things in > binfmt_elf.c depend upon CONFIG_BINFMT_AOUT? That works too, I guess. I'll change it. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH 1/2] MN10300: Permit AOUT library support to be suppressed in ELF binfmt

2007-10-26 Thread Andrew Morton
On Fri, 26 Oct 2007 16:42:15 +0100 David Howells <[EMAIL PROTECTED]> wrote: > Permit AOUT library support to be suppressed in the ELF binfmt if the arch > does > not support it. AOUT support is suppressed by adding: > > config NO_AOUT_SUPPORT > def_bool y > > to the arch Kc