From 4971b11759683f19fca1b7df7c12b6d9a94828fe Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Feb 2002 11:12:58 +0000 Subject: Minor cleanups --- extra/Configs/Config.sparc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra/Configs/Config.sparc') diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index dcf165bba..aace380db 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -99,13 +99,13 @@ 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 -# 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 +# of magnitude faster then "malloc" for most allocations, but +# will do very bad things on MMU-less systems... +EXCLUDE_BRK=false # If you want to collect common syscall code into one function, set to this to # `true'. Set it to false otherwise. -- cgit v1.2.3