summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-11 04:21:52 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-11 04:21:52 +0000
commitfa8092597ef338074421216a2cab288384d3de60 (patch)
tree8da18d3912b144b2b6b374db17acefb4b8614598 /extra
parent1459bf3832b1440e126d96d9177b88edde883956 (diff)
Use malloc on arm (since I've never bothered to write sbrk)
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 5e7ce4db9..5f7218fa2 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -109,8 +109,8 @@ LOCALE_DIR = "/usr/share/uClibc-locale/"
# It is actually smaller than "malloc", at least on i386. Right now, it
# only works on i386 (and maybe m68k) because it needs sbrk.
#MALLOC = malloc-simple
-#MALLOC = malloc
-MALLOC = malloc-930716
+MALLOC = malloc
+#MALLOC = malloc-930716
# If you want to collect common syscall code into one function, set to this to
# `true'. Set it to false otherwise.