Commit 5f228b02 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Disable a.out for AMD64

AMD64 does not support a.out, so don't display it in the configuration.
parent d55e45ed
...@@ -43,7 +43,7 @@ config BINFMT_ZFLAT ...@@ -43,7 +43,7 @@ config BINFMT_ZFLAT
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 || ALPHA || ARM || M68K || MIPS || SPARC depends on (X86 && !X86_64) || ALPHA || ARM || M68K || MIPS || SPARC
---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
......
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