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)
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>

No differences found