Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25-rc7 /fs/Kconfig.binfmt

Filename:/fs/Kconfig.binfmt
Lines Added:6
Lines Deleted:1
Also changed in: (Previous) 2.6.25-rc6  2.6.25-rc5  2.6.25-rc4  2.6.25-rc3  2.6.25-rc2  2.6.25-rc1 
(Following) 2.6.25-rc8  2.6.25-rc9  2.6.25  2.6.25-git3  2.6.25-git4  2.6.25-git5 

Location
[  2.6.25-rc7
  [  fs
     o  Kconfig.binfmt

Patch

diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index d4fc609..b5c3b61 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -23,6 +23,10 @@ config BINFMT_ELF
      ld.so (check the file <file:Documentation/Changes> for location and
      latest version).
 
+config COMPAT_BINFMT_ELF
+   bool
+   depends on COMPAT && MMU
+
 config BINFMT_ELF_FDPIC
    bool "Kernel support for FDPIC ELF binaries"
    default y
@@ -57,7 +61,8 @@ config BINFMT_SHARED_FLAT
 
 config BINFMT_AOUT
    tristate "Kernel support for a.out and ECOFF binaries"
-   depends on X86_32 || ALPHA || ARM || M68K || SPARC32
+   depends on ARCH_SUPPORTS_AOUT && \
+      (X86_32 || ALPHA || ARM || M68K || SPARC32)
    ---help---
      A.out (Assembler.OUTput) is a set of formats for libraries and
      executables used in the earliest versions of UNIX.  Linux used


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.