Browse Source

for now, dont allow mmu users to select file format

Mike Frysinger 17 years ago
parent
commit
21b383c617
1 changed files with 5 additions and 0 deletions
  1. 5 0
      extra/Configs/Config.in.arch

+ 5 - 0
extra/Configs/Config.in.arch

@@ -7,6 +7,7 @@
 #
 # Binary format
 #
+if !ARCH_USE_MMU
 choice
 	prompt "Target File Format"
 config UCLIBC_FORMAT_ELF
@@ -31,6 +32,10 @@ config UCLIBC_FORMAT_SHARED_FLAT
 	  Pick this one if you are using uClinux and wish to build
 	  uClibc as a flat-format shared library.
 endchoice
+endif
+if ARCH_USE_MMU
+comment "Using ELF file format"
+endif
 
 config UCLIBC_SHARED_FLAT_ID
 	int "Shared library ID"