Commit 479308ad authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] MIPS is an a.out free zone

From: Ralf Baechle <ralf@linux-mips.org>

MIPS never uses a.out
parent 2b7058b3
......@@ -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 || SPARC32
depends on (X86 && !X86_64) || 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
......
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