Commit e245b3dd authored by Keith M. Wesolowski's avatar Keith M. Wesolowski

[SPARC32]: Restore a.out binary format capability

This depended on CONFIG_SPARC, which is obsolete.  Use SPARC32 instead.
parent a4403298
......@@ -44,7 +44,7 @@ config BINFMT_SHARED_FLAT
config BINFMT_AOUT
tristate "Kernel support for a.out and ECOFF binaries"
depends on (X86 && !X86_64) || ALPHA || ARM || M68K || MIPS || SPARC
depends on (X86 && !X86_64) || ALPHA || ARM || M68K || MIPS || SPARC32
---help---
A.out (Assembler.OUTput) is a set of formats for libraries and
executables used in the earliest versions of UNIX. Linux used
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment