diff options
-rw-r--r-- | config/binutils.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils.in b/config/binutils.in index d5240659..4779708c 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -6,7 +6,7 @@ choice bool prompt "Binary format:" -if ARCH_USE_MMU +if ARCH_USE_MMU || BARE_METAL config ARCH_BINFMT_ELF bool |