summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-04 14:03:51 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-04 14:03:51 +0000
commit7e46f5afaaa56294d46261b09a12efd5173a5789 (patch)
tree2c9961fbb8755ed1b67ced230501c10e8a7a5433 /extra/Configs/Config.powerpc
parente0ab12bcbfd3ac270b4fb6b35cb8d33c2212ffe2 (diff)
Make powerpc default to faster malloc
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc9
1 files changed, 2 insertions, 7 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index f54fba44c..4e6280877 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -99,13 +99,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
-
-# This architecture currently does not implement the brk syscall
-# Having brk allows one to use malloc-930716, which is an order
-# of magnitude faster then "malloc" for most allocations....
-EXCLUDE_BRK=true
+#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.