summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-26 14:25:08 -0400
committerMike Frysinger <vapier@gentoo.org>2009-07-26 14:25:08 -0400
commit60846403e18b0fdb8740603b177a97c847feb8e3 (patch)
treec22d7b0510eed7dd3452c3fe5551621c190b6e5b /extra
parentf9d23f95247e391a4c0272ee5b0ab28137397107 (diff)
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 <vapier@gentoo.org>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in.arch5
1 files changed, 0 insertions, 5 deletions
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