Skip to content

Commit 782f4c5

Browse files
author
Greg Ungerer
committed
m68knommu: allow elf_fdpic loader to be selected
The m68k architecture code is capable of supporting the binfmt_elf_fdpic loader, so allow it to be configured. It is restricted to nommu configurations at this time due to the MMU context structures/code not supporting everything elf_fdpic needs when MMU is enabled. Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
1 parent 67b660b commit 782f4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/Kconfig.binfmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config ARCH_USE_GNU_PROPERTY
5858
config BINFMT_ELF_FDPIC
5959
bool "Kernel support for FDPIC ELF binaries"
6060
default y if !BINFMT_ELF
61-
depends on (ARM || (SUPERH && !MMU))
61+
depends on ARM || ((M68K || SUPERH) && !MMU)
6262
select ELFCORE
6363
help
6464
ELF FDPIC binaries are based on ELF, but allow the individual load

0 commit comments

Comments
 (0)