From cc07250e5667753212a5dc4d695fbf5ceb8bd07b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Jun 2002 17:25:06 +0000 Subject: Fix incorrect comment re malloc-930716 -Erik --- extra/Configs/Config.powerpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/Configs/Config.powerpc') diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 365da4f39..3c8ab7a17 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -96,8 +96,8 @@ LOCALE_DIR = "/usr/share/uClibc-locale/" # can be lots faster and safer IMHO. # # "malloc-930716" is from libc-5.3.12 and was/is the standard gnu malloc. -# It is actually smaller than "malloc", at least on i386. Right now, it -# only works on i386 (and maybe m68k) because it needs sbrk. +# It is actually smaller than "malloc", but because it is based on brk/sbrk +# it will only work on systems with an MMU. #MALLOC = malloc-simple #MALLOC = malloc MALLOC = malloc-930716 -- cgit v1.2.3