You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Remove redundant CONFIG_ARCH_SUPPORTS_AOUT
We don't need this any more; arguably we never really did. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
David Woodhouse
parent
5cfba5df8c
commit
6b213e1bc2
+1
-2
@@ -61,8 +61,7 @@ config BINFMT_SHARED_FLAT
|
||||
|
||||
config BINFMT_AOUT
|
||||
tristate "Kernel support for a.out and ECOFF binaries"
|
||||
depends on ARCH_SUPPORTS_AOUT && \
|
||||
(X86_32 || ALPHA || ARM || M68K)
|
||||
depends on (X86_32 || ALPHA || ARM || M68K)
|
||||
---help---
|
||||
A.out (Assembler.OUTput) is a set of formats for libraries and
|
||||
executables used in the earliest versions of UNIX. Linux used
|
||||
|
||||
Reference in New Issue
Block a user