Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 17 Jun 2008 11:19:34 +0000 (12:19 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 6 Sep 2008 18:30:22 +0000 (19:30 +0100)
commite17c6d56160e4fb9e8c2830e30cc9741d4309989
tree2da6548cd05dccd6316958a0f646fe15fbcc804b
parent6b213e1bc27da6f6280386b1ff0e817e602c7b7a
Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT

HAVE_AOUT doesn't quite do the same thing as the recently removed
ARCH_SUPPORTS_AOUT config option. That was set even on platforms where
binfmt_aout isn't supported, although it's not entirely clear why.

So it's best just to introduce a new symbol, handled consistently with
other similar HAVE_xxx symbols; with a simple 'select' in the arch Kconfig.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
arch/alpha/Kconfig
arch/arm/Kconfig
arch/m68k/Kconfig
arch/um/Kconfig.i386
arch/x86/Kconfig
fs/Kconfig.binfmt