|
@@ -59,9 +59,12 @@ config BINFMT_SHARED_FLAT
|
|
help
|
|
help
|
|
Support FLAT shared libraries
|
|
Support FLAT shared libraries
|
|
|
|
|
|
|
|
+config HAVE_AOUT
|
|
|
|
+ def_bool n
|
|
|
|
+
|
|
config BINFMT_AOUT
|
|
config BINFMT_AOUT
|
|
tristate "Kernel support for a.out and ECOFF binaries"
|
|
tristate "Kernel support for a.out and ECOFF binaries"
|
|
- depends on (X86_32 || ALPHA || ARM || M68K)
|
|
|
|
|
|
+ depends on HAVE_AOUT
|
|
---help---
|
|
---help---
|
|
A.out (Assembler.OUTput) is a set of formats for libraries and
|
|
A.out (Assembler.OUTput) is a set of formats for libraries and
|
|
executables used in the earliest versions of UNIX. Linux used
|
|
executables used in the earliest versions of UNIX. Linux used
|