summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in.arch
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-26 14:25:08 -0400
committerAustin Foxley <austinf@cetoncorp.com>2009-08-19 12:43:12 -0700
commite8eb5722f95db005071ffb975157778deb7efb0b (patch)
tree461ae2464e5d33d532fa40b74da43a8d17387386 /extra/Configs/Config.in.arch
parentbc60477d6547a61149bb524d61560e036e44b1f9 (diff)
downloaduClibc-alpine-e8eb5722f95db005071ffb975157778deb7efb0b.tar.bz2
uClibc-alpine-e8eb5722f95db005071ffb975157778deb7efb0b.tar.xz
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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra/Configs/Config.in.arch')
-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