Follow commit b0b933c08bd5fd053bbba8ba6387f543be03d49f,

Mark arches that support A.OUT format by including the following in
their master Kconfig files:

config ARCH_SUPPORTS_AOUT
        def_bool y

Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>
---
 linux-2.6.x/arch/nios2nommu/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/linux-2.6.x/arch/nios2nommu/Kconfig 
b/linux-2.6.x/arch/nios2nommu/Kconfig
index e838cc0..6fb16a7 100644
--- a/linux-2.6.x/arch/nios2nommu/Kconfig
+++ b/linux-2.6.x/arch/nios2nommu/Kconfig
@@ -48,6 +48,9 @@ config HOTPLUG_CPU
        bool
        default n
 
+config ARCH_SUPPORTS_AOUT
+       def_bool y
+
 source "init/Kconfig"
 
 menu "Processor type and features"
-- 
1.5.3.3

_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to