summaryrefslogtreecommitdiff
path: root/config/binutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/binutils.in')
-rw-r--r--config/binutils.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/config/binutils.in b/config/binutils.in
index 99b8b9f..c4762aa 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.
@@ -33,10 +33,6 @@ config ARCH_BINFMT_FDPIC
endchoice
-config BINUTILS
- string
-
-source "config.gen/binutils.in"
-source "config.gen/binutils.in.2"
+source "config/gen/binutils.in"
endmenu