From c0a95906eb6795d7be3e6c8d1c1d60cbc698a146 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Nov 2002 16:24:12 +0000 Subject: update all the Config files for the various arches so they work with the new config system. Hopefully I got everything here correct... -Erik --- extra/Configs/Config.in.arch | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'extra/Configs/Config.in.arch') 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 - -- cgit v1.2.3