diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-02 16:24:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-02 16:24:12 +0000 |
commit | c0a95906eb6795d7be3e6c8d1c1d60cbc698a146 (patch) | |
tree | 8bb9e9ccc0e77131883a013f46498c00cc79448a /extra/Configs/Config.in.arch | |
parent | 2ddc1bf2d5dc4b60c9a5dbe4ba09223204c0f0db (diff) |
update all the Config files for the various arches so they work with the new
config system. Hopefully I got everything here correct...
-Erik
Diffstat (limited to 'extra/Configs/Config.in.arch')
-rw-r--r-- | extra/Configs/Config.in.arch | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index ef38ec36e..6e9f5fb82 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -5,7 +5,7 @@ config UCLIBC_HAS_MMU bool "Target CPU has a memory management unit (MMU)" - default y + default y if !ARCH_HAS_NO_MMU help If your target CPU does not have a memory management unit (MMU), then answer N here. Normally, Linux runs on systems with an MMU. @@ -72,24 +72,13 @@ config KERNEL_SOURCE but then run on Linux 2.0.x, lchown will be compiled into uClibc, but won't work at all. You have been warned. -config C_SYMBOL_PREFIX - string - default "" - config UCLIBC_UCLINUX_BROKEN_MUNMAP bool depends on !UCLIBC_HAS_MMU default y -config HAVE_ELF +config EXCLUDE_BRK bool + depends on !UCLIBC_HAS_MMU default y -config NO_UNDERSCORES - bool - default n - -config HAVE_DOT_HIDDEN - bool - default n - |