From 60846403e18b0fdb8740603b177a97c847feb8e3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 26 Jul 2009 14:25:08 -0400 Subject: enable sbrk() for everyone The sbrk() function can be used to merely query sizes and for that, no-mmu works the same as mmu. It can also sometimes increase data segments on no-mmu systems provided the trailing memory is free. So, there is no real reason to exclude this function for no-mmu ports. Signed-off-by: Mike Frysinger --- extra/Configs/Config.in.arch | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index bed050be9..76ab0022f 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -200,11 +200,6 @@ config UCLIBC_UCLINUX_BROKEN_MUNMAP depends on !ARCH_USE_MMU default y -config EXCLUDE_BRK - bool - depends on !ARCH_USE_MMU - default y - config HAVE_DOT_CONFIG bool default y -- cgit v1.2.3