From d1910b945b7a592bc7881fdef4844b3c8af5cdbb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 1 Dec 2018 15:08:46 -0800 Subject: Restrict flat format to architectures that support it Fixes #878 Signed-off-by: Alexey Neyman --- config/binutils.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/binutils.in') diff --git a/config/binutils.in b/config/binutils.in index a4838819..c4762aa7 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -17,7 +17,7 @@ config ARCH_BINFMT_ELF config ARCH_BINFMT_FLAT bool prompt "Flat" - depends on ! ARCH_USE_MMU + depends on ! ARCH_USE_MMU && ARCH_SUPPORTS_FLAT_FORMAT help This will build flat binaries, suitable for MMU-less architectures. -- cgit v1.2.3