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 Kconfig file. > > The MN10300 architecture does not support the AOUT binfmt, so the ELF binfmt > should not be permitted to go looking for AOUT libraries to load. > hm, seems a bit ungainly. Why can't we just make all the aout things in binfmt_elf.c depend upon CONFIG_BINFMT_AOUT? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/