summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-29 14:38:43 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-29 14:38:43 +0000
commitb1c0f6d464e0f1f8b82e9d53e91163855227a5a3 (patch)
tree3cc1387e844a115c267304f1a14d277a035d5f96 /extra/Configs
parent5811a4e83ff42336c07a1ed740bf7e0053cf9eb0 (diff)
Default to using malloc-930716 on ARM systems, since it is
about an order of magnitude faster.
Diffstat (limited to 'extra/Configs')
-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 deb75ed34..77094d75f 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -103,8 +103,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.