OSDN Git Service

for now, dont allow mmu users to select file format
authorMike Frysinger <vapier@gentoo.org>
Sun, 17 Dec 2006 20:49:10 +0000 (20:49 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 17 Dec 2006 20:49:10 +0000 (20:49 -0000)
extra/Configs/Config.in.arch

index a981f7e..9789ed5 100644 (file)
@@ -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"